#A2ADFF

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

Shades of Perano #A2ADFF

Tints of Perano #A2ADFF

Color information

#A2ADFF (or 0xA2ADFF) is unknown color: approx Perano. HEX triplet: A2, AD and FF. RGB value is (162,173,255). Sum of RGB (Red+Green+Blue) = 162+173+255=590 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.46% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ADFF is #5D5200. Grayscale: #B2B2B2. Windows color (decimal): -6115841 or 16756130. OLE color: 16756130.

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

Color convert

RGB162173255-
CMYK0.360.3200
HSL232.9º100%81.76%-
HSV(B)232.9º36.47%100%-
XYZ47.8944.79100.73-
YUV179.06170.86115.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.46%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 255 (100% from 255) = 43.22%
R=27.46%
G=29.32%
B=43.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621732550.360.3200232.910081.76
HexA2ADFF242000e96452
Octal242255377444000351144122
Binary101000101010110111111111100100100000001110100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADFF; }

 p { color: rgb(162,173,255); }

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

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

 a { background-color: rgb(162,173,255); }

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

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

 span { border-color: rgb(162,173,255); }

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