Html Css Color HEX #AD97AD London Hue

📋 copy color: '#AD97AD'

red 173 ◦ green 151 ◦ blue 173

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

Shades of London Hue #AD97AD

Tints of London Hue #AD97AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

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

R = 34.81%
G = 30.38%
B = 34.81%

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

#AD97AD (or 0xAD97AD) is known color: London Hue. HEX triplet: AD, 97 and AD. RGB value is (173,151,173). Sum of RGB (Red+Green+Blue) = 173+151+173=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD97AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97AD is #526852. Grayscale: #A0A0A0. Windows color (decimal): -5400659 or 11376557. OLE color: 11376557.

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

Color convert

RGB 173 151 173 -
CMYK 0 0.13 0 0.32
HSL 300º 0.12% 0.64% -
HSV(B) 300º 0.13% 0.68% -
XYZ 35.84 34.03 44.22 -
YUV 160.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 173 151 173 0 0.13 0 0.32 300 0.12 0.64
Hex AD 97 AD 0 D 0 20 12C C 40
Octal 255 227 255 0 15 0 40 454 14 100
Binary 10101101 10010111 10101101 0 1101 0 100000 100101100 1100 1000000

Color Harmonies of #AD97AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97AD

Black with #AD97AD

Text Example


Text Example

White with #AD97AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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