Html Css Color HEX #AC50BC Deep Lilac

📋 copy color: '#AC50BC'

red 172 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #AC50BC

Tints of Deep Lilac #AC50BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 39.09%
G = 18.18%
B = 42.73%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC50BC (or 0xAC50BC) is known color: Deep Lilac. HEX triplet: AC, 50 and BC. RGB value is (172,80,188). Sum of RGB (Red+Green+Blue) = 172+80+188=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50BC is #53AF43. Grayscale: #777777. Windows color (decimal): -5484356 or 12341420. OLE color: 12341420.

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

Color convert

RGB 172 80 188 -
CMYK 0.09 0.57 0 0.26
HSL 291.11º 0.45% 0.53% -
HSV(B) 291.11º 0.57% 0.74% -
XYZ 28.96 18.14 49.55 -
YUV 119.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 172 80 188 0.09 0.57 0 0.26 291.11 0.45 0.53
Hex AC 50 BC 9 39 0 1A 123 2D 35
Octal 254 120 274 11 71 0 32 443 55 65
Binary 10101100 1010000 10111100 1001 111001 0 11010 100100011 101101 110101

Color Harmonies of #AC50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50BC

Black with #AC50BC

Text Example


Text Example

White with #AC50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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