#A6AFE7

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

Shades of Perano #A6AFE7

Tints of Perano #A6AFE7

Color information

#A6AFE7 (or 0xA6AFE7) is unknown color: approx Perano. HEX triplet: A6, AF and E7. RGB value is (166,175,231). Sum of RGB (Red+Green+Blue) = 166+175+231=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 231 - color contains mainly: blue. Hex color #A6AFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AFE7 is #595018. Grayscale: #B2B2B2. Windows color (decimal): -5853209 or 15183782. OLE color: 15183782.

HSL color Cylindrical-coordinate representation of color #A6AFE7: hue angle of 231.69º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6AFE7 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB166175231-
CMYK0.280.2400.09
HSL231.69º57.52%77.84%-
HSV(B)231.69º28.14%90.59%-
XYZ45.4844.5481.8-
YUV178.69157.52118.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.02%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 231 (90.62% from 255) = 40.38%
R=29.02%
G=30.59%
B=40.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1661752310.280.2400.09231.6957.5277.84
HexA6AFE71C1809e83a4e
Octal246257347343001135072116
Binary101001101010111111100111111001100001001111010001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFE7; }

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

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

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

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

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

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

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

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