#ACABE0

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

Shades of Lavender Grey #ACABE0

Tints of Lavender Grey #ACABE0

Color information

#ACABE0 (or 0xACABE0) is unknown color: approx Lavender Grey. HEX triplet: AC, AB and E0. RGB value is (172,171,224). Sum of RGB (Red+Green+Blue) = 172+171+224=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABE0 is #53541F. Grayscale: #B1B1B1. Windows color (decimal): -5461024 or 14724012. OLE color: 14724012.

HSL color Cylindrical-coordinate representation of color #ACABE0: hue angle of 241.13º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACABE0 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172171224-
CMYK0.230.2400.12
HSL241.13º46.09%77.45%-
HSV(B)241.13º23.66%87.84%-
XYZ45.0343.2876.5-
YUV177.34154.33124.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=30.34%
G=30.16%
B=39.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721712240.230.2400.12241.1346.0977.45
HexACABE017180Cf12e4d
Octal254253340273001436156115
Binary101011001010101111100000101111100001100111100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABE0; }

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

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

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

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

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

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

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

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