Html Css Color HEX #AD60BD Deep Lilac

📋 copy color: '#AD60BD'

red 173 ◦ green 96 ◦ blue 189

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

Shades of Deep Lilac #AD60BD

Tints of Deep Lilac #AD60BD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.96%

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

R = 37.77%
G = 20.96%
B = 41.27%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD60BD (or 0xAD60BD) is known color: Deep Lilac. HEX triplet: AD, 60 and BD. RGB value is (173,96,189). Sum of RGB (Red+Green+Blue) = 173+96+189=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD60BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60BD is #529F42. Grayscale: #818181. Windows color (decimal): -5414723 or 12411053. OLE color: 12411053.

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

Color convert

RGB 173 96 189 -
CMYK 0.08 0.49 0 0.26
HSL 289.68º 0.41% 0.56% -
HSV(B) 289.68º 0.49% 0.74% -
XYZ 30.6 20.92 50.57 -
YUV 129.63 161.51 158.94 -
System Red Green Blue C M Y K H S L
Decimal 173 96 189 0.08 0.49 0 0.26 289.68 0.41 0.56
Hex AD 60 BD 8 31 0 1A 122 29 38
Octal 255 140 275 10 61 0 32 442 51 70
Binary 10101101 1100000 10111101 1000 110001 0 11010 100100010 101001 111000

Color Harmonies of #AD60BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60BD

Black with #AD60BD

Text Example


Text Example

White with #AD60BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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