Html Css Color HEX #AD60BC Deep Lilac

📋 copy color: '#AD60BC'

red 173 ◦ green 96 ◦ blue 188

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

Shades of Deep Lilac #AD60BC

Tints of Deep Lilac #AD60BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 37.86%
G = 21.01%
B = 41.14%

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

#AD60BC (or 0xAD60BC) is known color: Deep Lilac. HEX triplet: AD, 60 and BC. RGB value is (173,96,188). Sum of RGB (Red+Green+Blue) = 173+96+188=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60BC is #529F43. Grayscale: #818181. Windows color (decimal): -5414724 or 12345517. OLE color: 12345517.

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

Color convert

RGB 173 96 188 -
CMYK 0.08 0.49 0 0.26
HSL 290.22º 0.41% 0.56% -
HSV(B) 290.22º 0.49% 0.74% -
XYZ 30.49 20.88 50 -
YUV 129.51 161.01 159.02 -
System Red Green Blue C M Y K H S L
Decimal 173 96 188 0.08 0.49 0 0.26 290.22 0.41 0.56
Hex AD 60 BC 8 31 0 1A 122 29 38
Octal 255 140 274 10 61 0 32 442 51 70
Binary 10101101 1100000 10111100 1000 110001 0 11010 100100010 101001 111000

Color Harmonies of #AD60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60BC

Black with #AD60BC

Text Example


Text Example

White with #AD60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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