Html Css Color HEX #AC5DBE Deep Lilac

📋 copy color: '#AC5DBE'

red 172 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #AC5DBE

Tints of Deep Lilac #AC5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 37.8%
G = 20.44%
B = 41.76%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC5DBE (or 0xAC5DBE) is known color: Deep Lilac. HEX triplet: AC, 5D and BE. RGB value is (172,93,190). Sum of RGB (Red+Green+Blue) = 172+93+190=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DBE is #53A241. Grayscale: #7F7F7F. Windows color (decimal): -5481026 or 12475820. OLE color: 12475820.

HSL color Cylindrical-coordinate representation of color #AC5DBE: hue angle of 288.87º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5DBE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 93 190 -
CMYK 0.09 0.51 0 0.25
HSL 288.87º 0.43% 0.55% -
HSV(B) 288.87º 0.51% 0.75% -
XYZ 30.22 20.32 51.04 -
YUV 127.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 172 93 190 0.09 0.51 0 0.25 288.87 0.43 0.55
Hex AC 5D BE 9 33 0 19 121 2B 37
Octal 254 135 276 11 63 0 31 441 53 67
Binary 10101100 1011101 10111110 1001 110011 0 11001 100100001 101011 110111

Color Harmonies of #AC5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5DBE

Black with #AC5DBE

Text Example


Text Example

White with #AC5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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