#ABACF5

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

Shades of Perano #ABACF5

Tints of Perano #ABACF5

Color information

#ABACF5 (or 0xABACF5) is unknown color: approx Perano. HEX triplet: AB, AC and F5. RGB value is (171,172,245). Sum of RGB (Red+Green+Blue) = 171+172+245=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACF5 is #54530A. Grayscale: #B3B3B3. Windows color (decimal): -5526283 or 16100523. OLE color: 16100523.

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

Color convert

RGB171172245-
CMYK0.300.3000.04
HSL239.19º78.72%81.57%-
HSV(B)239.19º30.2%96.08%-
XYZ48.0344.7692.49-
YUV180.02164.67121.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=29.08%
G=29.25%
B=41.67%

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
Decimal1711722450.300.3000.04239.1978.7281.57
HexABACF51E1E04ef4f52
Octal253254365363604357117122
Binary101010111010110011110101111101111001001110111110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACF5; }

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

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

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

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

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

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

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

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