#ABABF9

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

Shades of Perano #ABABF9

Tints of Perano #ABABF9

Color information

#ABABF9 (or 0xABABF9) is unknown color: approx Perano. HEX triplet: AB, AB and F9. RGB value is (171,171,249). Sum of RGB (Red+Green+Blue) = 171+171+249=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABF9 is #545406. Grayscale: #B3B3B3. Windows color (decimal): -5526535 or 16362411. OLE color: 16362411.

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

Color convert

RGB171171249-
CMYK0.310.3100.02
HSL240º86.67%82.35%-
HSV(B)240º31.33%97.65%-
XYZ48.4644.6295.68-
YUV179.89167121.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=28.93%
G=28.93%
B=42.13%

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
Decimal1711712490.310.3100.0224086.6782.35
HexABABF91F1F02f05752
Octal253253371373702360127122
Binary10101011101010111111100111111111110101111000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABF9; }

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

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

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

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

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

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

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

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