Html Css Color HEX #AD9AAD London Hue

📋 copy color: '#AD9AAD'

red 173 ◦ green 154 ◦ blue 173

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

Shades of London Hue #AD9AAD

Tints of London Hue #AD9AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

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

R = 34.6%
G = 30.8%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD9AAD (or 0xAD9AAD) is known color: London Hue. HEX triplet: AD, 9A and AD. RGB value is (173,154,173). Sum of RGB (Red+Green+Blue) = 173+154+173=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AAD is #526552. Grayscale: #A1A1A1. Windows color (decimal): -5399891 or 11377325. OLE color: 11377325.

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

Color convert

RGB 173 154 173 -
CMYK 0 0.11 0 0.32
HSL 300º 0.1% 0.64% -
HSV(B) 300º 0.11% 0.68% -
XYZ 36.33 35.01 44.38 -
YUV 161.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 173 154 173 0 0.11 0 0.32 300 0.1 0.64
Hex AD 9A AD 0 B 0 20 12C A 40
Octal 255 232 255 0 13 0 40 454 12 100
Binary 10101101 10011010 10101101 0 1011 0 100000 100101100 1010 1000000

Color Harmonies of #AD9AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AAD

Black with #AD9AAD

Text Example


Text Example

White with #AD9AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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