#ACABE5

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

Shades of Perano #ACABE5

Tints of Perano #ACABE5

Color information

#ACABE5 (or 0xACABE5) is unknown color: approx Perano. HEX triplet: AC, AB and E5. RGB value is (172,171,229). Sum of RGB (Red+Green+Blue) = 172+171+229=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABE5 is #53541A. Grayscale: #B1B1B1. Windows color (decimal): -5461019 or 15051692. OLE color: 15051692.

HSL color Cylindrical-coordinate representation of color #ACABE5: hue angle of 241.03º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACABE5 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172171229-
CMYK0.250.2500.10
HSL241.03º52.73%78.43%-
HSV(B)241.03º25.33%89.8%-
XYZ45.7243.5580.13-
YUV177.91156.83123.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 229 (89.84% from 255) = 40.03%
R=30.07%
G=29.90%
B=40.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1721712290.250.2500.10241.0352.7378.43
HexACABE519190Af1354e
Octal254253345313101236165116
Binary101011001010101111100101110011100101010111100011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABE5; }

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

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

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

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

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

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

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

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