#A6AFEA

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

Shades of Perano #A6AFEA

Tints of Perano #A6AFEA

Color information

#A6AFEA (or 0xA6AFEA) is unknown color: approx Perano. HEX triplet: A6, AF and EA. RGB value is (166,175,234). Sum of RGB (Red+Green+Blue) = 166+175+234=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6AFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AFEA is #595015. Grayscale: #B2B2B2. Windows color (decimal): -5853206 or 15380390. OLE color: 15380390.

HSL color Cylindrical-coordinate representation of color #A6AFEA: hue angle of 232.06º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6AFEA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166175234-
CMYK0.290.2500.08
HSL232.06º61.82%78.43%-
HSV(B)232.06º29.06%91.76%-
XYZ45.9144.7184.05-
YUV179.03159.02118.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.87%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=28.87%
G=30.43%
B=40.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661752340.290.2500.08232.0661.8278.43
HexA6AFEA1D1908e83e4e
Octal246257352353101035076116
Binary101001101010111111101010111011100101000111010001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFEA; }

 p { color: rgb(166,175,234); }

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

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

 a { background-color: rgb(166,175,234); }

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

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

 span { border-color: rgb(166,175,234); }

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