Html Css Color HEX #AC6DBF Deep Lilac

📋 copy color: '#AC6DBF'

red 172 ◦ green 109 ◦ blue 191

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

Shades of Deep Lilac #AC6DBF

Tints of Deep Lilac #AC6DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

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

R = 36.44%
G = 23.09%
B = 40.47%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC6DBF (or 0xAC6DBF) is known color: Deep Lilac. HEX triplet: AC, 6D and BF. RGB value is (172,109,191). Sum of RGB (Red+Green+Blue) = 172+109+191=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DBF is #539240. Grayscale: #888888. Windows color (decimal): -5476929 or 12545452. OLE color: 12545452.

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

Color convert

RGB 172 109 191 -
CMYK 0.10 0.43 0 0.25
HSL 286.1º 0.39% 0.59% -
HSV(B) 286.1º 0.43% 0.75% -
XYZ 31.89 23.47 52.14 -
YUV 137.19 158.37 152.83 -
System Red Green Blue C M Y K H S L
Decimal 172 109 191 0.10 0.43 0 0.25 286.1 0.39 0.59
Hex AC 6D BF A 2B 0 19 11E 27 3B
Octal 254 155 277 12 53 0 31 436 47 73
Binary 10101100 1101101 10111111 1010 101011 0 11001 100011110 100111 111011

Color Harmonies of #AC6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DBF

Black with #AC6DBF

Text Example


Text Example

White with #AC6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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