#ABACF6

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

Shades of Perano #ABACF6

Tints of Perano #ABACF6

Color information

#ABACF6 (or 0xABACF6) is unknown color: approx Perano. HEX triplet: AB, AC and F6. RGB value is (171,172,246). Sum of RGB (Red+Green+Blue) = 171+172+246=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACF6 is #545309. Grayscale: #B3B3B3. Windows color (decimal): -5526282 or 16166059. OLE color: 16166059.

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

Color convert

RGB171172246-
CMYK0.300.3000.04
HSL239.2º80.65%81.76%-
HSV(B)239.2º30.49%96.47%-
XYZ48.1844.8293.3-
YUV180.14165.17121.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 246 (96.48% from 255) = 41.77%
R=29.03%
G=29.20%
B=41.77%

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
Decimal1711722460.300.3000.04239.280.6581.76
HexABACF61E1E04ef5152
Octal253254366363604357121122
Binary101010111010110011110110111101111001001110111110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACF6; }

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

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

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

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

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

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

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

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