Html Css Color HEX #AD6BC0 Deep Lilac

📋 copy color: '#AD6BC0'

red 173 ◦ green 107 ◦ blue 192

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

Shades of Deep Lilac #AD6BC0

Tints of Deep Lilac #AD6BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 36.65%
G = 22.67%
B = 40.68%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD6BC0 (or 0xAD6BC0) is known color: Deep Lilac. HEX triplet: AD, 6B and C0. RGB value is (173,107,192). Sum of RGB (Red+Green+Blue) = 173+107+192=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6BC0 is #52943F. Grayscale: #888888. Windows color (decimal): -5411904 or 12610477. OLE color: 12610477.

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

Color convert

RGB 173 107 192 -
CMYK 0.10 0.44 0 0.25
HSL 286.59º 0.4% 0.59% -
HSV(B) 286.59º 0.44% 0.75% -
XYZ 32.01 23.21 52.66 -
YUV 136.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 173 107 192 0.10 0.44 0 0.25 286.59 0.4 0.59
Hex AD 6B C0 A 2C 0 19 11F 28 3B
Octal 255 153 300 12 54 0 31 437 50 73
Binary 10101101 1101011 11000000 1010 101100 0 11001 100011111 101000 111011

Color Harmonies of #AD6BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6BC0

Black with #AD6BC0

Text Example


Text Example

White with #AD6BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6BC0; }

 p { color: rgb(173,107,192); }

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

background-color css

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

 a { background-color: rgb(173,107,192); }

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

border-color css

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

 span { border-color: rgb(173,107,192); }

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