Html Css Color HEX #AD69BC Deep Lilac

📋 copy color: '#AD69BC'

red 173 ◦ green 105 ◦ blue 188

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

Shades of Deep Lilac #AD69BC

Tints of Deep Lilac #AD69BC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.53%

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

R = 37.12%
G = 22.53%
B = 40.34%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD69BC (or 0xAD69BC) is known color: Deep Lilac. HEX triplet: AD, 69 and BC. RGB value is (173,105,188). Sum of RGB (Red+Green+Blue) = 173+105+188=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69BC is #529643. Grayscale: #868686. Windows color (decimal): -5412420 or 12347821. OLE color: 12347821.

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

Color convert

RGB 173 105 188 -
CMYK 0.08 0.44 0 0.26
HSL 289.16º 0.38% 0.57% -
HSV(B) 289.16º 0.44% 0.74% -
XYZ 31.36 22.62 50.29 -
YUV 134.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 173 105 188 0.08 0.44 0 0.26 289.16 0.38 0.57
Hex AD 69 BC 8 2C 0 1A 121 26 39
Octal 255 151 274 10 54 0 32 441 46 71
Binary 10101101 1101001 10111100 1000 101100 0 11010 100100001 100110 111001

Color Harmonies of #AD69BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69BC

Black with #AD69BC

Text Example


Text Example

White with #AD69BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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