Html Css Color HEX #AD6DBF Deep Lilac

📋 copy color: '#AD6DBF'

red 173 ◦ green 109 ◦ blue 191

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

Shades of Deep Lilac #AD6DBF

Tints of Deep Lilac #AD6DBF

RGB

 RED value IS 173 (67.97% from 255) = 36.58%

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

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

R = 36.58%
G = 23.04%
B = 40.38%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD6DBF (or 0xAD6DBF) is known color: Deep Lilac. HEX triplet: AD, 6D and BF. RGB value is (173,109,191). Sum of RGB (Red+Green+Blue) = 173+109+191=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DBF is #529240. Grayscale: #898989. Windows color (decimal): -5411393 or 12545453. OLE color: 12545453.

HSL color Cylindrical-coordinate representation of color #AD6DBF: hue angle of 286.83º 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 #AD6DBF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 109 191 -
CMYK 0.09 0.43 0 0.25
HSL 286.83º 0.39% 0.59% -
HSV(B) 286.83º 0.43% 0.75% -
XYZ 32.11 23.58 52.15 -
YUV 137.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 173 109 191 0.09 0.43 0 0.25 286.83 0.39 0.59
Hex AD 6D BF 9 2B 0 19 11F 27 3B
Octal 255 155 277 11 53 0 31 437 47 73
Binary 10101101 1101101 10111111 1001 101011 0 11001 100011111 100111 111011

Color Harmonies of #AD6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DBF

Black with #AD6DBF

Text Example


Text Example

White with #AD6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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