Html Css Color HEX #AC64BE Deep Lilac

📋 copy color: '#AC64BE'

red 172 ◦ green 100 ◦ blue 190

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

Shades of Deep Lilac #AC64BE

Tints of Deep Lilac #AC64BE

RGB

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

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

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

R = 37.23%
G = 21.65%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC64BE (or 0xAC64BE) is known color: Deep Lilac. HEX triplet: AC, 64 and BE. RGB value is (172,100,190). Sum of RGB (Red+Green+Blue) = 172+100+190=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64BE is #539B41. Grayscale: #838383. Windows color (decimal): -5479234 or 12477612. OLE color: 12477612.

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

Color convert

RGB 172 100 190 -
CMYK 0.09 0.47 0 0.25
HSL 288º 0.41% 0.57% -
HSV(B) 288º 0.47% 0.75% -
XYZ 30.86 21.6 51.26 -
YUV 131.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 172 100 190 0.09 0.47 0 0.25 288 0.41 0.57
Hex AC 64 BE 9 2F 0 19 120 29 39
Octal 254 144 276 11 57 0 31 440 51 71
Binary 10101100 1100100 10111110 1001 101111 0 11001 100100000 101001 111001

Color Harmonies of #AC64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64BE

Black with #AC64BE

Text Example


Text Example

White with #AC64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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