Html Css Color HEX #AC5CBE Deep Lilac

📋 copy color: '#AC5CBE'

red 172 ◦ green 92 ◦ blue 190

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

Shades of Deep Lilac #AC5CBE

Tints of Deep Lilac #AC5CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 37.89%
G = 20.26%
B = 41.85%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC5CBE (or 0xAC5CBE) is known color: Deep Lilac. HEX triplet: AC, 5C and BE. RGB value is (172,92,190). Sum of RGB (Red+Green+Blue) = 172+92+190=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CBE is #53A341. Grayscale: #7E7E7E. Windows color (decimal): -5481282 or 12475564. OLE color: 12475564.

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

Color convert

RGB 172 92 190 -
CMYK 0.09 0.52 0 0.25
HSL 288.98º 0.43% 0.55% -
HSV(B) 288.98º 0.52% 0.75% -
XYZ 30.13 20.14 51.01 -
YUV 127.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 172 92 190 0.09 0.52 0 0.25 288.98 0.43 0.55
Hex AC 5C BE 9 34 0 19 121 2B 37
Octal 254 134 276 11 64 0 31 441 53 67
Binary 10101100 1011100 10111110 1001 110100 0 11001 100100001 101011 110111

Color Harmonies of #AC5CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CBE

Black with #AC5CBE

Text Example


Text Example

White with #AC5CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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