Html Css Color HEX #AD61BC Deep Lilac

📋 copy color: '#AD61BC'

red 173 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #AD61BC

Tints of Deep Lilac #AD61BC

RGB

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

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

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

R = 37.77%
G = 21.18%
B = 41.05%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD61BC (or 0xAD61BC) is known color: Deep Lilac. HEX triplet: AD, 61 and BC. RGB value is (173,97,188). Sum of RGB (Red+Green+Blue) = 173+97+188=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61BC is #529E43. Grayscale: #818181. Windows color (decimal): -5414468 or 12345773. OLE color: 12345773.

HSL color Cylindrical-coordinate representation of color #AD61BC: hue angle of 290.11º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD61BC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 97 188 -
CMYK 0.08 0.48 0 0.26
HSL 290.11º 0.4% 0.56% -
HSV(B) 290.11º 0.48% 0.74% -
XYZ 30.59 21.06 50.03 -
YUV 130.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 173 97 188 0.08 0.48 0 0.26 290.11 0.4 0.56
Hex AD 61 BC 8 30 0 1A 122 28 38
Octal 255 141 274 10 60 0 32 442 50 70
Binary 10101101 1100001 10111100 1000 110000 0 11010 100100010 101000 111000

Color Harmonies of #AD61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61BC

Black with #AD61BC

Text Example


Text Example

White with #AD61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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