Html Css Color HEX #AC50BD Deep Lilac

📋 copy color: '#AC50BD'

red 172 ◦ green 80 ◦ blue 189

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

Shades of Deep Lilac #AC50BD

Tints of Deep Lilac #AC50BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.14%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 39%
G = 18.14%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC50BD (or 0xAC50BD) is known color: Deep Lilac. HEX triplet: AC, 50 and BD. RGB value is (172,80,189). Sum of RGB (Red+Green+Blue) = 172+80+189=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50BD is #53AF42. Grayscale: #777777. Windows color (decimal): -5484355 or 12406956. OLE color: 12406956.

HSL color Cylindrical-coordinate representation of color #AC50BD: hue angle of 290.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC50BD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 80 189 -
CMYK 0.09 0.58 0 0.26
HSL 290.64º 0.45% 0.53% -
HSV(B) 290.64º 0.58% 0.74% -
XYZ 29.07 18.18 50.12 -
YUV 119.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 172 80 189 0.09 0.58 0 0.26 290.64 0.45 0.53
Hex AC 50 BD 9 3A 0 1A 123 2D 35
Octal 254 120 275 11 72 0 32 443 55 65
Binary 10101100 1010000 10111101 1001 111010 0 11010 100100011 101101 110101

Color Harmonies of #AC50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50BD

Black with #AC50BD

Text Example


Text Example

White with #AC50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50BD; }

 p { color: rgb(172,80,189); }

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

background-color css

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

 a { background-color: rgb(172,80,189); }

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

border-color css

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

 span { border-color: rgb(172,80,189); }

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