Html Css Color HEX #AD9FAD London Hue

📋 copy color: '#AD9FAD'

red 173 ◦ green 159 ◦ blue 173

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

Shades of London Hue #AD9FAD

Tints of London Hue #AD9FAD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.49%

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

R = 34.26%
G = 31.49%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD9FAD (or 0xAD9FAD) is known color: London Hue. HEX triplet: AD, 9F and AD. RGB value is (173,159,173). Sum of RGB (Red+Green+Blue) = 173+159+173=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9FAD is #526052. Grayscale: #A4A4A4. Windows color (decimal): -5398611 or 11378605. OLE color: 11378605.

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

Color convert

RGB 173 159 173 -
CMYK 0 0.08 0 0.32
HSL 300º 0.08% 0.65% -
HSV(B) 300º 0.08% 0.68% -
XYZ 37.17 36.7 44.66 -
YUV 164.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 173 159 173 0 0.08 0 0.32 300 0.08 0.65
Hex AD 9F AD 0 8 0 20 12C 8 41
Octal 255 237 255 0 10 0 40 454 10 101
Binary 10101101 10011111 10101101 0 1000 0 100000 100101100 1000 1000001

Color Harmonies of #AD9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9FAD

Black with #AD9FAD

Text Example


Text Example

White with #AD9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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