#A2ABF2

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

Shades of Perano #A2ABF2

Tints of Perano #A2ABF2

Color information

#A2ABF2 (or 0xA2ABF2) is unknown color: approx Perano. HEX triplet: A2, AB and F2. RGB value is (162,171,242). Sum of RGB (Red+Green+Blue) = 162+171+242=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #A2ABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2ABF2 is #5D540D. Grayscale: #B0B0B0. Windows color (decimal): -6116366 or 15903650. OLE color: 15903650.

HSL color Cylindrical-coordinate representation of color #A2ABF2: hue angle of 233.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2ABF2 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162171242-
CMYK0.330.2900.05
HSL233.25º75.47%79.22%-
HSV(B)233.25º33.06%94.9%-
XYZ45.4943.2289.95-
YUV176.4165.02117.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.17%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=28.17%
G=29.74%
B=42.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621712420.330.2900.05233.2575.4779.22
HexA2ABF2211D05e94b4f
Octal242253362413505351113117
Binary1010001010101011111100101000011110101011110100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ABF2; }

 p { color: rgb(162,171,242); }

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

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

 a { background-color: rgb(162,171,242); }

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

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

 span { border-color: rgb(162,171,242); }

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