#A2AFFB

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

Shades of Perano #A2AFFB

Tints of Perano #A2AFFB

Color information

#A2AFFB (or 0xA2AFFB) is unknown color: approx Perano. HEX triplet: A2, AF and FB. RGB value is (162,175,251). Sum of RGB (Red+Green+Blue) = 162+175+251=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AFFB is #5D5004. Grayscale: #B3B3B3. Windows color (decimal): -6115333 or 16494498. OLE color: 16494498.

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

Color convert

RGB162175251-
CMYK0.350.3000.02
HSL231.24º91.75%80.98%-
HSV(B)231.24º35.46%98.43%-
XYZ47.6445.3197.5-
YUV179.78168.19115.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.55%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=27.55%
G=29.76%
B=42.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621752510.350.3000.02231.2491.7580.98
HexA2AFFB231E02e75c51
Octal242257373433602347134121
Binary101000101010111111111011100011111100101110011110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AFFB; }

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

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

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

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

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

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

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

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