#A6AFFA

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

Shades of Perano #A6AFFA

Tints of Perano #A6AFFA

Color information

#A6AFFA (or 0xA6AFFA) is unknown color: approx Perano. HEX triplet: A6, AF and FA. RGB value is (166,175,250). Sum of RGB (Red+Green+Blue) = 166+175+250=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AFFA is #595005. Grayscale: #B4B4B4. Windows color (decimal): -5853190 or 16428966. OLE color: 16428966.

HSL color Cylindrical-coordinate representation of color #A6AFFA: hue angle of 233.57º 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 #A6AFFA is Cyan = 0.34, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166175250-
CMYK0.340.300.02
HSL233.57º89.36%81.57%-
HSV(B)233.57º33.6%98.04%-
XYZ48.3145.6796.71-
YUV180.86167.02117.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=28.09%
G=29.61%
B=42.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661752500.340.300.02233.5789.3681.57
HexA6AFFA221E02ea5952
Octal246257372423602352131122
Binary101001101010111111111010100010111100101110101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFFA; }

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

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

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

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

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

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

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

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