#ABABF6

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

Shades of Perano #ABABF6

Tints of Perano #ABABF6

Color information

#ABABF6 (or 0xABABF6) is unknown color: approx Perano. HEX triplet: AB, AB and F6. RGB value is (171,171,246). Sum of RGB (Red+Green+Blue) = 171+171+246=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABABF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABF6 is #545409. Grayscale: #B3B3B3. Windows color (decimal): -5526538 or 16165803. OLE color: 16165803.

HSL color Cylindrical-coordinate representation of color #ABABF6: hue angle of 240º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABABF6 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171171246-
CMYK0.300.3000.04
HSL240º80.65%81.76%-
HSV(B)240º30.49%96.47%-
XYZ47.9944.4493.24-
YUV179.55165.5121.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 246 (96.48% from 255) = 41.84%
R=29.08%
G=29.08%
B=41.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711712460.300.3000.0424080.6581.76
HexABABF61E1E04f05152
Octal253253366363604360121122
Binary101010111010101111110110111101111001001111000010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABF6; }

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

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

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

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

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

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

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

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