Html Css Color HEX #AD93AD London Hue

📋 copy color: '#AD93AD'

red 173 ◦ green 147 ◦ blue 173

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

Shades of London Hue #AD93AD

Tints of London Hue #AD93AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.82%

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 35.09%
G = 29.82%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD93AD (or 0xAD93AD) is known color: London Hue. HEX triplet: AD, 93 and AD. RGB value is (173,147,173). Sum of RGB (Red+Green+Blue) = 173+147+173=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AD is #526C52. Grayscale: #9D9D9D. Windows color (decimal): -5401683 or 11375533. OLE color: 11375533.

HSL color Cylindrical-coordinate representation of color #AD93AD: hue angle of 300º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD93AD is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 173 -
CMYK 0 0.15 0 0.32
HSL 300º 0.14% 0.63% -
HSV(B) 300º 0.15% 0.68% -
XYZ 35.21 32.77 44 -
YUV 157.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 173 147 173 0 0.15 0 0.32 300 0.14 0.63
Hex AD 93 AD 0 F 0 20 12C E 3F
Octal 255 223 255 0 17 0 40 454 16 77
Binary 10101101 10010011 10101101 0 1111 0 100000 100101100 1110 111111

Color Harmonies of #AD93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD93AD

Black with #AD93AD

Text Example


Text Example

White with #AD93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD93AD; }

 p { color: rgb(173,147,173); }

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

background-color css

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

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

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

border-color css

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

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

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