Html Css Color HEX #AD61BF Deep Lilac

📋 copy color: '#AD61BF'

red 173 ◦ green 97 ◦ blue 191

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

Shades of Deep Lilac #AD61BF

Tints of Deep Lilac #AD61BF

RGB

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

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

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

R = 37.53%
G = 21.04%
B = 41.43%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD61BF (or 0xAD61BF) is known color: Deep Lilac. HEX triplet: AD, 61 and BF. RGB value is (173,97,191). Sum of RGB (Red+Green+Blue) = 173+97+191=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD61BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61BF is #529E40. Grayscale: #828282. Windows color (decimal): -5414465 or 12542381. OLE color: 12542381.

HSL color Cylindrical-coordinate representation of color #AD61BF: hue angle of 288.51º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD61BF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 97 191 -
CMYK 0.09 0.49 0 0.25
HSL 288.51º 0.42% 0.56% -
HSV(B) 288.51º 0.49% 0.75% -
XYZ 30.91 21.2 51.75 -
YUV 130.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 173 97 191 0.09 0.49 0 0.25 288.51 0.42 0.56
Hex AD 61 BF 9 31 0 19 121 2A 38
Octal 255 141 277 11 61 0 31 441 52 70
Binary 10101101 1100001 10111111 1001 110001 0 11001 100100001 101010 111000

Color Harmonies of #AD61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61BF

Black with #AD61BF

Text Example


Text Example

White with #AD61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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