Html Css Color HEX #AD66BA Deep Lilac

📋 copy color: '#AD66BA'

red 173 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #AD66BA

Tints of Deep Lilac #AD66BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.13%

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

R = 37.53%
G = 22.13%
B = 40.35%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD66BA (or 0xAD66BA) is known color: Deep Lilac. HEX triplet: AD, 66 and BA. RGB value is (173,102,186). Sum of RGB (Red+Green+Blue) = 173+102+186=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD66BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66BA is #529945. Grayscale: #848484. Windows color (decimal): -5413190 or 12215981. OLE color: 12215981.

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

Color convert

RGB 173 102 186 -
CMYK 0.07 0.45 0 0.27
HSL 290.71º 0.38% 0.56% -
HSV(B) 290.71º 0.45% 0.73% -
XYZ 30.85 21.93 49.06 -
YUV 132.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 173 102 186 0.07 0.45 0 0.27 290.71 0.38 0.56
Hex AD 66 BA 7 2D 0 1B 123 26 38
Octal 255 146 272 7 55 0 33 443 46 70
Binary 10101101 1100110 10111010 111 101101 0 11011 100100011 100110 111000

Color Harmonies of #AD66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66BA

Black with #AD66BA

Text Example


Text Example

White with #AD66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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