Html Css Color HEX #AD6DBC Deep Lilac

📋 copy color: '#AD6DBC'

red 173 ◦ green 109 ◦ blue 188

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

Shades of Deep Lilac #AD6DBC

Tints of Deep Lilac #AD6DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 36.81%
G = 23.19%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD6DBC (or 0xAD6DBC) is known color: Deep Lilac. HEX triplet: AD, 6D and BC. RGB value is (173,109,188). Sum of RGB (Red+Green+Blue) = 173+109+188=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD6DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DBC is #529243. Grayscale: #888888. Windows color (decimal): -5411396 or 12348845. OLE color: 12348845.

HSL color Cylindrical-coordinate representation of color #AD6DBC: hue angle of 288.61º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6DBC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 109 188 -
CMYK 0.08 0.42 0 0.26
HSL 288.61º 0.37% 0.58% -
HSV(B) 288.61º 0.42% 0.74% -
XYZ 31.78 23.45 50.43 -
YUV 137.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 173 109 188 0.08 0.42 0 0.26 288.61 0.37 0.58
Hex AD 6D BC 8 2A 0 1A 121 25 3A
Octal 255 155 274 10 52 0 32 441 45 72
Binary 10101101 1101101 10111100 1000 101010 0 11010 100100001 100101 111010

Color Harmonies of #AD6DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6DBC

Black with #AD6DBC

Text Example


Text Example

White with #AD6DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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