Html Css Color HEX #AD68BC Deep Lilac

📋 copy color: '#AD68BC'

red 173 ◦ green 104 ◦ blue 188

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

Shades of Deep Lilac #AD68BC

Tints of Deep Lilac #AD68BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.37%

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

R = 37.2%
G = 22.37%
B = 40.43%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD68BC (or 0xAD68BC) is known color: Deep Lilac. HEX triplet: AD, 68 and BC. RGB value is (173,104,188). Sum of RGB (Red+Green+Blue) = 173+104+188=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD68BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68BC is #529743. Grayscale: #858585. Windows color (decimal): -5412676 or 12347565. OLE color: 12347565.

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

Color convert

RGB 173 104 188 -
CMYK 0.08 0.45 0 0.26
HSL 289.29º 0.39% 0.57% -
HSV(B) 289.29º 0.45% 0.74% -
XYZ 31.26 22.42 50.26 -
YUV 134.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 173 104 188 0.08 0.45 0 0.26 289.29 0.39 0.57
Hex AD 68 BC 8 2D 0 1A 121 27 39
Octal 255 150 274 10 55 0 32 441 47 71
Binary 10101101 1101000 10111100 1000 101101 0 11010 100100001 100111 111001

Color Harmonies of #AD68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD68BC

Black with #AD68BC

Text Example


Text Example

White with #AD68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD68BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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