#ABAFF9

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

Shades of Perano #ABAFF9

Tints of Perano #ABAFF9

Color information

#ABAFF9 (or 0xABAFF9) is unknown color: approx Perano. HEX triplet: AB, AF and F9. RGB value is (171,175,249). Sum of RGB (Red+Green+Blue) = 171+175+249=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABAFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFF9 is #545006. Grayscale: #B5B5B5. Windows color (decimal): -5525511 or 16363435. OLE color: 16363435.

HSL color Cylindrical-coordinate representation of color #ABAFF9: hue angle of 236.92º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABAFF9 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171175249-
CMYK0.310.3000.02
HSL236.92º86.67%82.35%-
HSV(B)236.92º31.33%97.65%-
XYZ49.2246.1695.94-
YUV182.24165.67119.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=28.74%
G=29.41%
B=41.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711752490.310.3000.02236.9286.6782.35
HexABAFF91F1E02ed5752
Octal253257371373602355127122
Binary10101011101011111111100111111111100101110110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFF9; }

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

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

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

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

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

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

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

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