Html Css Color HEX #AC68BF Deep Lilac

📋 copy color: '#AC68BF'

red 172 ◦ green 104 ◦ blue 191

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

Shades of Deep Lilac #AC68BF

Tints of Deep Lilac #AC68BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.27%

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

R = 36.83%
G = 22.27%
B = 40.9%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC68BF (or 0xAC68BF) is known color: Deep Lilac. HEX triplet: AC, 68 and BF. RGB value is (172,104,191). Sum of RGB (Red+Green+Blue) = 172+104+191=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68BF is #539740. Grayscale: #858585. Windows color (decimal): -5478209 or 12544172. OLE color: 12544172.

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

Color convert

RGB 172 104 191 -
CMYK 0.10 0.46 0 0.25
HSL 286.9º 0.4% 0.58% -
HSV(B) 286.9º 0.46% 0.75% -
XYZ 31.37 22.43 51.97 -
YUV 134.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 172 104 191 0.10 0.46 0 0.25 286.9 0.4 0.58
Hex AC 68 BF A 2E 0 19 11F 28 3A
Octal 254 150 277 12 56 0 31 437 50 72
Binary 10101100 1101000 10111111 1010 101110 0 11001 100011111 101000 111010

Color Harmonies of #AC68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68BF

Black with #AC68BF

Text Example


Text Example

White with #AC68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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