Html Css Color HEX #AC5DB8 Deep Lilac

📋 copy color: '#AC5DB8'

red 172 ◦ green 93 ◦ blue 184

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

Shades of Deep Lilac #AC5DB8

Tints of Deep Lilac #AC5DB8

RGB

 RED value IS 172 (67.58% from 255) = 38.31%

 GREEN value IS 93 (36.72% from 255) = 20.71%

 BLUE value IS 184 (72.27% from 255) = 40.98%

R = 38.31%
G = 20.71%
B = 40.98%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC5DB8 (or 0xAC5DB8) is known color: Deep Lilac. HEX triplet: AC, 5D and B8. RGB value is (172,93,184). Sum of RGB (Red+Green+Blue) = 172+93+184=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC5DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DB8 is #53A247. Grayscale: #7E7E7E. Windows color (decimal): -5481032 or 12082604. OLE color: 12082604.

HSL color Cylindrical-coordinate representation of color #AC5DB8: hue angle of 292.09º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5DB8 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 93 184 -
CMYK 0.07 0.49 0 0.28
HSL 292.09º 0.39% 0.54% -
HSV(B) 292.09º 0.49% 0.72% -
XYZ 29.58 20.06 47.66 -
YUV 127 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 172 93 184 0.07 0.49 0 0.28 292.09 0.39 0.54
Hex AC 5D B8 7 31 0 1C 124 27 36
Octal 254 135 270 7 61 0 34 444 47 66
Binary 10101100 1011101 10111000 111 110001 0 11100 100100100 100111 110110

Color Harmonies of #AC5DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DB8

Black with #AC5DB8

Text Example


Text Example

White with #AC5DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DB8; }

 p { color: rgb(172,93,184); }

 H1.HeaderClassName
 {
   color: #AC5DB8;
 }
 .AnyTagClassName
 {
   color: #AC5DB8;
 }
</style>

background-color css

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

 a { background-color: rgb(172,93,184); }

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

border-color css

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

 span { border-color: rgb(172,93,184); }

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