Html Css Color HEX #AC64BD Deep Lilac

📋 copy color: '#AC64BD'

red 172 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #AC64BD

Tints of Deep Lilac #AC64BD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

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

R = 37.31%
G = 21.69%
B = 41%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC64BD (or 0xAC64BD) is known color: Deep Lilac. HEX triplet: AC, 64 and BD. RGB value is (172,100,189). Sum of RGB (Red+Green+Blue) = 172+100+189=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC64BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64BD is #539B42. Grayscale: #838383. Windows color (decimal): -5479235 or 12412076. OLE color: 12412076.

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

Color convert

RGB 172 100 189 -
CMYK 0.09 0.47 0 0.26
HSL 288.54º 0.4% 0.57% -
HSV(B) 288.54º 0.47% 0.74% -
XYZ 30.76 21.56 50.68 -
YUV 131.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 172 100 189 0.09 0.47 0 0.26 288.54 0.4 0.57
Hex AC 64 BD 9 2F 0 1A 121 28 39
Octal 254 144 275 11 57 0 32 441 50 71
Binary 10101100 1100100 10111101 1001 101111 0 11010 100100001 101000 111001

Color Harmonies of #AC64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64BD

Black with #AC64BD

Text Example


Text Example

White with #AC64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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