Html Css Color HEX #AC60BD Deep Lilac

📋 copy color: '#AC60BD'

red 172 ◦ green 96 ◦ blue 189

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

Shades of Deep Lilac #AC60BD

Tints of Deep Lilac #AC60BD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.01%

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

R = 37.64%
G = 21.01%
B = 41.36%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC60BD (or 0xAC60BD) is known color: Deep Lilac. HEX triplet: AC, 60 and BD. RGB value is (172,96,189). Sum of RGB (Red+Green+Blue) = 172+96+189=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC60BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC60BD is #539F42. Grayscale: #818181. Windows color (decimal): -5480259 or 12411052. OLE color: 12411052.

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

Color convert

RGB 172 96 189 -
CMYK 0.09 0.49 0 0.26
HSL 289.03º 0.41% 0.56% -
HSV(B) 289.03º 0.49% 0.74% -
XYZ 30.38 20.81 50.56 -
YUV 129.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 172 96 189 0.09 0.49 0 0.26 289.03 0.41 0.56
Hex AC 60 BD 9 31 0 1A 121 29 38
Octal 254 140 275 11 61 0 32 441 51 70
Binary 10101100 1100000 10111101 1001 110001 0 11010 100100001 101001 111000

Color Harmonies of #AC60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC60BD

Black with #AC60BD

Text Example


Text Example

White with #AC60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC60BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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