#ABABF7

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

Shades of Perano #ABABF7

Tints of Perano #ABABF7

Color information

#ABABF7 (or 0xABABF7) is unknown color: approx Perano. HEX triplet: AB, AB and F7. RGB value is (171,171,247). Sum of RGB (Red+Green+Blue) = 171+171+247=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABABF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABF7 is #545408. Grayscale: #B3B3B3. Windows color (decimal): -5526537 or 16231339. OLE color: 16231339.

HSL color Cylindrical-coordinate representation of color #ABABF7: hue angle of 240º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABABF7 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171171247-
CMYK0.310.3100.03
HSL240º82.61%81.96%-
HSV(B)240º30.77%96.86%-
XYZ48.1544.594.05-
YUV179.66166121.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 247 (96.88% from 255) = 41.94%
R=29.03%
G=29.03%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711712470.310.3100.0324082.6181.96
HexABABF71F1F03f05352
Octal253253367373703360123122
Binary10101011101010111111011111111111110111111000010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABF7; }

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

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

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

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

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

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

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

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