#A2AFFA

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

Shades of Perano #A2AFFA

Tints of Perano #A2AFFA

Color information

#A2AFFA (or 0xA2AFFA) is unknown color: approx Perano. HEX triplet: A2, AF and FA. RGB value is (162,175,250). Sum of RGB (Red+Green+Blue) = 162+175+250=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AFFA is #5D5005. Grayscale: #B3B3B3. Windows color (decimal): -6115334 or 16428962. OLE color: 16428962.

HSL color Cylindrical-coordinate representation of color #A2AFFA: hue angle of 231.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2AFFA is Cyan = 0.35, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162175250-
CMYK0.350.300.02
HSL231.14º89.8%80.78%-
HSV(B)231.14º35.2%98.04%-
XYZ47.4945.2496.67-
YUV179.66167.69115.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.60%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=27.60%
G=29.81%
B=42.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621752500.350.300.02231.1489.880.78
HexA2AFFA231E02e75a51
Octal242257372433602347132121
Binary101000101010111111111010100011111100101110011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFFA; }

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

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

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

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

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

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

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

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