#A4AFFE

Color #A4AFFE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A4AFFE

Tints of Perano #A4AFFE

Color information

#A4AFFE (or 0xA4AFFE) is unknown color: approx Perano. HEX triplet: A4, AF and FE. RGB value is (164,175,254). Sum of RGB (Red+Green+Blue) = 164+175+254=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFFE is #5B5001. Grayscale: #B4B4B4. Windows color (decimal): -5984258 or 16691108. OLE color: 16691108.

HSL color Cylindrical-coordinate representation of color #A4AFFE: hue angle of 232.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4AFFE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164175254-
CMYK0.350.3100.00
HSL232.67º97.83%81.96%-
HSV(B)232.67º35.43%99.61%-
XYZ48.5345.71100.03-
YUV180.72169.36116.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 27.66%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=27.66%
G=29.51%
B=42.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641752540.350.3100.00232.6797.8381.96
HexA4AFFE231F00e96252
Octal244257376433700351142122
Binary10100100101011111111111010001111111001110100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFFE; }

 p { color: rgb(164,175,254); }

 H1.HeaderClassName
 {
   color: #A4AFFE;
 }
 .AnyTagClassName
 {
   color: #A4AFFE;
 }
</style>
background-color css

<style>
 a { background-color: #A4AFFE; }

 a { background-color: rgb(164,175,254); }

 div.DivClassName
 {
   background-color: #A4AFFE;
 }
 .BgClassName
 {
   background-color: #A4AFFE;
 }
</style>
border-color css

<style>
 span { border-color: #A4AFFE; }

 span { border-color: rgb(164,175,254); }

 td.TdClassName
 {
   border-color: #A4AFFE;
 }
 .TagClassName
 {
   border-color: #A4AFFE;
 }
</style>