Html Css Color HEX #AD61BD Deep Lilac

📋 copy color: '#AD61BD'

red 173 ◦ green 97 ◦ blue 189

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

Shades of Deep Lilac #AD61BD

Tints of Deep Lilac #AD61BD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

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

R = 37.69%
G = 21.13%
B = 41.18%

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

#AD61BD (or 0xAD61BD) is known color: Deep Lilac. HEX triplet: AD, 61 and BD. RGB value is (173,97,189). Sum of RGB (Red+Green+Blue) = 173+97+189=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD61BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61BD is #529E42. Grayscale: #818181. Windows color (decimal): -5414467 or 12411309. OLE color: 12411309.

HSL color Cylindrical-coordinate representation of color #AD61BD: hue angle of 289.57º 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 #AD61BD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 97 189 -
CMYK 0.08 0.49 0 0.26
HSL 289.57º 0.41% 0.56% -
HSV(B) 289.57º 0.49% 0.74% -
XYZ 30.69 21.11 50.6 -
YUV 130.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 173 97 189 0.08 0.49 0 0.26 289.57 0.41 0.56
Hex AD 61 BD 8 31 0 1A 122 29 38
Octal 255 141 275 10 61 0 32 442 51 70
Binary 10101101 1100001 10111101 1000 110001 0 11010 100100010 101001 111000

Color Harmonies of #AD61BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61BD

Black with #AD61BD

Text Example


Text Example

White with #AD61BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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