Html Css Color HEX #AC5DBB Deep Lilac

📋 copy color: '#AC5DBB'

red 172 ◦ green 93 ◦ blue 187

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

Shades of Deep Lilac #AC5DBB

Tints of Deep Lilac #AC5DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 38.05%
G = 20.58%
B = 41.37%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC5DBB (or 0xAC5DBB) is known color: Deep Lilac. HEX triplet: AC, 5D and BB. RGB value is (172,93,187). Sum of RGB (Red+Green+Blue) = 172+93+187=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC5DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DBB is #53A244. Grayscale: #7F7F7F. Windows color (decimal): -5481029 or 12279212. OLE color: 12279212.

HSL color Cylindrical-coordinate representation of color #AC5DBB: hue angle of 290.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5DBB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 93 187 -
CMYK 0.08 0.50 0 0.27
HSL 290.43º 0.41% 0.55% -
HSV(B) 290.43º 0.5% 0.73% -
XYZ 29.9 20.19 49.33 -
YUV 127.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 172 93 187 0.08 0.50 0 0.27 290.43 0.41 0.55
Hex AC 5D BB 8 32 0 1B 122 29 37
Octal 254 135 273 10 62 0 33 442 51 67
Binary 10101100 1011101 10111011 1000 110010 0 11011 100100010 101001 110111

Color Harmonies of #AC5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DBB

Black with #AC5DBB

Text Example


Text Example

White with #AC5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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