Html Css Color HEX #AD96AD London Hue

📋 copy color: '#AD96AD'

red 173 ◦ green 150 ◦ blue 173

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

Shades of London Hue #AD96AD

Tints of London Hue #AD96AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.24%

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

R = 34.88%
G = 30.24%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD96AD (or 0xAD96AD) is known color: London Hue. HEX triplet: AD, 96 and AD. RGB value is (173,150,173). Sum of RGB (Red+Green+Blue) = 173+150+173=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96AD is #526952. Grayscale: #9F9F9F. Windows color (decimal): -5400915 or 11376301. OLE color: 11376301.

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

Color convert

RGB 173 150 173 -
CMYK 0 0.13 0 0.32
HSL 300º 0.12% 0.63% -
HSV(B) 300º 0.13% 0.68% -
XYZ 35.68 33.71 44.16 -
YUV 159.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 173 150 173 0 0.13 0 0.32 300 0.12 0.63
Hex AD 96 AD 0 D 0 20 12C C 3F
Octal 255 226 255 0 15 0 40 454 14 77
Binary 10101101 10010110 10101101 0 1101 0 100000 100101100 1100 111111

Color Harmonies of #AD96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96AD

Black with #AD96AD

Text Example


Text Example

White with #AD96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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