#A2ADFB

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

Shades of Perano #A2ADFB

Tints of Perano #A2ADFB

Color information

#A2ADFB (or 0xA2ADFB) is unknown color: approx Perano. HEX triplet: A2, AD and FB. RGB value is (162,173,251). Sum of RGB (Red+Green+Blue) = 162+173+251=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ADFB is #5D5204. Grayscale: #B2B2B2. Windows color (decimal): -6115845 or 16493986. OLE color: 16493986.

HSL color Cylindrical-coordinate representation of color #A2ADFB: hue angle of 232.58º degrees, saturation: 0.92, 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 #A2ADFB is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162173251-
CMYK0.350.3100.02
HSL232.58º91.75%80.98%-
HSV(B)232.58º35.46%98.43%-
XYZ47.2644.5397.37-
YUV178.6168.86116.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.65%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 251 (98.44% from 255) = 42.83%
R=27.65%
G=29.52%
B=42.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621732510.350.3100.02232.5891.7580.98
HexA2ADFB231F02e95c51
Octal242255373433702351134121
Binary101000101010110111111011100011111110101110100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ADFB; }

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

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

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

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

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

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

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

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