Html Css Color HEX #AD6CBF Deep Lilac

📋 copy color: '#AD6CBF'

red 173 ◦ green 108 ◦ blue 191

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

Shades of Deep Lilac #AD6CBF

Tints of Deep Lilac #AD6CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.88%

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

R = 36.65%
G = 22.88%
B = 40.47%

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

#AD6CBF (or 0xAD6CBF) is known color: Deep Lilac. HEX triplet: AD, 6C and BF. RGB value is (173,108,191). Sum of RGB (Red+Green+Blue) = 173+108+191=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 108 (42.58% from 255 or 22.88% 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 #AD6CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CBF is #529340. Grayscale: #888888. Windows color (decimal): -5411649 or 12545197. OLE color: 12545197.

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

Color convert

RGB 173 108 191 -
CMYK 0.09 0.43 0 0.25
HSL 286.99º 0.39% 0.59% -
HSV(B) 286.99º 0.43% 0.75% -
XYZ 32 23.37 52.11 -
YUV 136.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 173 108 191 0.09 0.43 0 0.25 286.99 0.39 0.59
Hex AD 6C BF 9 2B 0 19 11F 27 3B
Octal 255 154 277 11 53 0 31 437 47 73
Binary 10101101 1101100 10111111 1001 101011 0 11001 100011111 100111 111011

Color Harmonies of #AD6CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6CBF

Black with #AD6CBF

Text Example


Text Example

White with #AD6CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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