#ABACF7

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

Shades of Perano #ABACF7

Tints of Perano #ABACF7

Color information

#ABACF7 (or 0xABACF7) is unknown color: approx Perano. HEX triplet: AB, AC and F7. RGB value is (171,172,247). Sum of RGB (Red+Green+Blue) = 171+172+247=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACF7 is #545308. Grayscale: #B3B3B3. Windows color (decimal): -5526281 or 16231595. OLE color: 16231595.

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

Color convert

RGB171172247-
CMYK0.310.3000.03
HSL239.21º82.61%81.96%-
HSV(B)239.21º30.77%96.86%-
XYZ48.3444.8894.11-
YUV180.25165.67121.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 247 (96.88% from 255) = 41.86%
R=28.98%
G=29.15%
B=41.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711722470.310.3000.03239.2182.6181.96
HexABACF71F1E03ef5352
Octal253254367373603357123122
Binary10101011101011001111011111111111100111110111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACF7; }

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

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

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

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

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

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

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

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