Html Css Color HEX #AC64BF Deep Lilac

📋 copy color: '#AC64BF'

red 172 ◦ green 100 ◦ blue 191

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

Shades of Deep Lilac #AC64BF

Tints of Deep Lilac #AC64BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.25%

R = 37.15%
G = 21.6%
B = 41.25%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC64BF (or 0xAC64BF) is known color: Deep Lilac. HEX triplet: AC, 64 and BF. RGB value is (172,100,191). Sum of RGB (Red+Green+Blue) = 172+100+191=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC64BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64BF is #539B40. Grayscale: #838383. Windows color (decimal): -5479233 or 12543148. OLE color: 12543148.

HSL color Cylindrical-coordinate representation of color #AC64BF: hue angle of 287.47º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC64BF is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 100 191 -
CMYK 0.10 0.48 0 0.25
HSL 287.47º 0.42% 0.57% -
HSV(B) 287.47º 0.48% 0.75% -
XYZ 30.97 21.65 51.84 -
YUV 131.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 172 100 191 0.10 0.48 0 0.25 287.47 0.42 0.57
Hex AC 64 BF A 30 0 19 11F 2A 39
Octal 254 144 277 12 60 0 31 437 52 71
Binary 10101100 1100100 10111111 1010 110000 0 11001 100011111 101010 111001

Color Harmonies of #AC64BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64BF

Black with #AC64BF

Text Example


Text Example

White with #AC64BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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