#A6AAFA

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

Shades of Perano #A6AAFA

Tints of Perano #A6AAFA

Color information

#A6AAFA (or 0xA6AAFA) is unknown color: approx Perano. HEX triplet: A6, AA and FA. RGB value is (166,170,250). Sum of RGB (Red+Green+Blue) = 166+170+250=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAFA is #595505. Grayscale: #B1B1B1. Windows color (decimal): -5854470 or 16427686. OLE color: 16427686.

HSL color Cylindrical-coordinate representation of color #A6AAFA: hue angle of 237.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6AAFA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166170250-
CMYK0.340.3200.02
HSL237.14º89.36%81.57%-
HSV(B)237.14º33.6%98.04%-
XYZ47.3643.7696.39-
YUV177.92168.67119.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=28.33%
G=29.01%
B=42.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661702500.340.3200.02237.1489.3681.57
HexA6AAFA222002ed5952
Octal246252372424002355131122
Binary1010011010101010111110101000101000000101110110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAFA; }

 p { color: rgb(166,170,250); }

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

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

 a { background-color: rgb(166,170,250); }

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

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

 span { border-color: rgb(166,170,250); }

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