#ABACF9

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

Shades of Perano #ABACF9

Tints of Perano #ABACF9

Color information

#ABACF9 (or 0xABACF9) is unknown color: approx Perano. HEX triplet: AB, AC and F9. RGB value is (171,172,249). Sum of RGB (Red+Green+Blue) = 171+172+249=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACF9 is #545306. Grayscale: #B4B4B4. Windows color (decimal): -5526279 or 16362667. OLE color: 16362667.

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

Color convert

RGB171172249-
CMYK0.310.3100.02
HSL239.23º86.67%82.35%-
HSV(B)239.23º31.33%97.65%-
XYZ48.654595.74-
YUV180.48166.67121.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 249 (97.66% from 255) = 42.06%
R=28.89%
G=29.05%
B=42.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711722490.310.3100.02239.2386.6782.35
HexABACF91F1F02ef5752
Octal253254371373702357127122
Binary10101011101011001111100111111111110101110111110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACF9; }

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

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

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

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

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

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

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

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