Html Css Color HEX #AD6ABF Deep Lilac

📋 copy color: '#AD6ABF'

red 173 ◦ green 106 ◦ blue 191

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

Shades of Deep Lilac #AD6ABF

Tints of Deep Lilac #AD6ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.55%

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

R = 36.81%
G = 22.55%
B = 40.64%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD6ABF (or 0xAD6ABF) is known color: Deep Lilac. HEX triplet: AD, 6A and BF. RGB value is (173,106,191). Sum of RGB (Red+Green+Blue) = 173+106+191=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ABF is #529540. Grayscale: #878787. Windows color (decimal): -5412161 or 12544685. OLE color: 12544685.

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

Color convert

RGB 173 106 191 -
CMYK 0.09 0.45 0 0.25
HSL 287.29º 0.4% 0.58% -
HSV(B) 287.29º 0.45% 0.75% -
XYZ 31.79 22.95 52.05 -
YUV 135.72 159.2 154.59 -
System Red Green Blue C M Y K H S L
Decimal 173 106 191 0.09 0.45 0 0.25 287.29 0.4 0.58
Hex AD 6A BF 9 2D 0 19 11F 28 3A
Octal 255 152 277 11 55 0 31 437 50 72
Binary 10101101 1101010 10111111 1001 101101 0 11001 100011111 101000 111010

Color Harmonies of #AD6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6ABF

Black with #AD6ABF

Text Example


Text Example

White with #AD6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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