Html Css Color HEX #AD5DBD Deep Lilac

📋 copy color: '#AD5DBD'

red 173 ◦ green 93 ◦ blue 189

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

Shades of Deep Lilac #AD5DBD

Tints of Deep Lilac #AD5DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.44%

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 38.02%
G = 20.44%
B = 41.54%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD5DBD (or 0xAD5DBD) is known color: Deep Lilac. HEX triplet: AD, 5D and BD. RGB value is (173,93,189). Sum of RGB (Red+Green+Blue) = 173+93+189=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD5DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DBD is #52A242. Grayscale: #7F7F7F. Windows color (decimal): -5415491 or 12410285. OLE color: 12410285.

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

Color convert

RGB 173 93 189 -
CMYK 0.08 0.51 0 0.26
HSL 290º 0.42% 0.55% -
HSV(B) 290º 0.51% 0.74% -
XYZ 30.33 20.39 50.48 -
YUV 127.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 173 93 189 0.08 0.51 0 0.26 290 0.42 0.55
Hex AD 5D BD 8 33 0 1A 122 2A 37
Octal 255 135 275 10 63 0 32 442 52 67
Binary 10101101 1011101 10111101 1000 110011 0 11010 100100010 101010 110111

Color Harmonies of #AD5DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DBD

Black with #AD5DBD

Text Example


Text Example

White with #AD5DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DBD; }

 p { color: rgb(173,93,189); }

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

background-color css

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

 a { background-color: rgb(173,93,189); }

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

border-color css

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

 span { border-color: rgb(173,93,189); }

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