Html Css Color HEX #ACABE0 Lavender Grey

📋 copy color: '#ACABE0'

red 172 ◦ green 171 ◦ blue 224

#ACABE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #ACABE0

Tints of Lavender Grey #ACABE0

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 value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACABE0 (or 0xACABE0) is known color: 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

RGB 172 171 224 -
CMYK 0.23 0.24 0 0.12
HSL 241.13º 0.46% 0.77% -
HSV(B) 241.13º 0.24% 0.88% -
XYZ 45.03 43.28 76.5 -
YUV 177.34 154.33 124.19 -
System Red Green Blue C M Y K H S L
Decimal 172 171 224 0.23 0.24 0 0.12 241.13 0.46 0.77
Hex AC AB E0 17 18 0 C F1 2E 4D
Octal 254 253 340 27 30 0 14 361 56 115
Binary 10101100 10101011 11100000 10111 11000 0 1100 11110001 101110 1001101

Color Harmonies of #ACABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABE0

Black with #ACABE0

Text Example


Text Example

White with #ACABE0

Text Example


Text Example

HTML Codes & Css Web 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>