Html Css Color HEX #AC50BE Deep Lilac

📋 copy color: '#AC50BE'

red 172 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #AC50BE

Tints of Deep Lilac #AC50BE

RGB

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

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

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

R = 38.91%
G = 18.1%
B = 42.99%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC50BE (or 0xAC50BE) is known color: Deep Lilac. HEX triplet: AC, 50 and BE. RGB value is (172,80,190). Sum of RGB (Red+Green+Blue) = 172+80+190=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50BE is #53AF41. Grayscale: #777777. Windows color (decimal): -5484354 or 12472492. OLE color: 12472492.

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

Color convert

RGB 172 80 190 -
CMYK 0.09 0.58 0 0.25
HSL 290.18º 0.46% 0.53% -
HSV(B) 290.18º 0.58% 0.75% -
XYZ 29.18 18.23 50.7 -
YUV 120.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 172 80 190 0.09 0.58 0 0.25 290.18 0.46 0.53
Hex AC 50 BE 9 3A 0 19 122 2E 35
Octal 254 120 276 11 72 0 31 442 56 65
Binary 10101100 1010000 10111110 1001 111010 0 11001 100100010 101110 110101

Color Harmonies of #AC50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC50BE

Black with #AC50BE

Text Example


Text Example

White with #AC50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC50BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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