#ABAFF2

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

Shades of Perano #ABAFF2

Tints of Perano #ABAFF2

Color information

#ABAFF2 (or 0xABAFF2) is unknown color: approx Perano. HEX triplet: AB, AF and F2. RGB value is (171,175,242). Sum of RGB (Red+Green+Blue) = 171+175+242=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABAFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFF2 is #54500D. Grayscale: #B5B5B5. Windows color (decimal): -5525518 or 15904683. OLE color: 15904683.

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

Color convert

RGB171175242-
CMYK0.290.2800.05
HSL236.62º73.2%80.98%-
HSV(B)236.62º29.34%94.9%-
XYZ48.1545.7390.29-
YUV181.44162.17120.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 242 (94.92% from 255) = 41.16%
R=29.08%
G=29.76%
B=41.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711752420.290.2800.05236.6273.280.98
HexABAFF21D1C05ed4951
Octal253257362353405355111121
Binary101010111010111111110010111011110001011110110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFF2; }

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

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

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

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

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

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

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

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