Html Css Color HEX #AD69BA Deep Lilac

📋 copy color: '#AD69BA'

red 173 ◦ green 105 ◦ blue 186

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

Shades of Deep Lilac #AD69BA

Tints of Deep Lilac #AD69BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 37.28%
G = 22.63%
B = 40.09%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD69BA (or 0xAD69BA) is known color: Deep Lilac. HEX triplet: AD, 69 and BA. RGB value is (173,105,186). Sum of RGB (Red+Green+Blue) = 173+105+186=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69BA is #529645. Grayscale: #868686. Windows color (decimal): -5412422 or 12216749. OLE color: 12216749.

HSL color Cylindrical-coordinate representation of color #AD69BA: hue angle of 290.37º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD69BA is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 105 186 -
CMYK 0.07 0.44 0 0.27
HSL 290.37º 0.37% 0.57% -
HSV(B) 290.37º 0.44% 0.73% -
XYZ 31.15 22.53 49.16 -
YUV 134.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 173 105 186 0.07 0.44 0 0.27 290.37 0.37 0.57
Hex AD 69 BA 7 2C 0 1B 122 25 39
Octal 255 151 272 7 54 0 33 442 45 71
Binary 10101101 1101001 10111010 111 101100 0 11011 100100010 100101 111001

Color Harmonies of #AD69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD69BA

Black with #AD69BA

Text Example


Text Example

White with #AD69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD69BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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