#A4AFF5

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

Shades of Perano #A4AFF5

Tints of Perano #A4AFF5

Color information

#A4AFF5 (or 0xA4AFF5) is unknown color: approx Perano. HEX triplet: A4, AF and F5. RGB value is (164,175,245). Sum of RGB (Red+Green+Blue) = 164+175+245=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #A4AFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4AFF5 is #5B500A. Grayscale: #B3B3B3. Windows color (decimal): -5984267 or 16101284. OLE color: 16101284.

HSL color Cylindrical-coordinate representation of color #A4AFF5: hue angle of 231.85º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4AFF5 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164175245-
CMYK0.330.2900.04
HSL231.85º80.2%80.2%-
HSV(B)231.85º33.06%96.08%-
XYZ47.1245.1592.62-
YUV179.69164.86116.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.08%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 245 (96.09% from 255) = 41.95%
R=28.08%
G=29.97%
B=41.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1641752450.330.2900.04231.8580.280.2
HexA4AFF5211D04e85050
Octal244257365413504350120120
Binary1010010010101111111101011000011110101001110100010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AFF5; }

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

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

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

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

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

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

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

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