Html Css Color HEX #AD99AD London Hue

📋 copy color: '#AD99AD'

red 173 ◦ green 153 ◦ blue 173

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

Shades of London Hue #AD99AD

Tints of London Hue #AD99AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.66%

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

R = 34.67%
G = 30.66%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD99AD (or 0xAD99AD) is known color: London Hue. HEX triplet: AD, 99 and AD. RGB value is (173,153,173). Sum of RGB (Red+Green+Blue) = 173+153+173=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD99AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99AD is #526652. Grayscale: #A1A1A1. Windows color (decimal): -5400147 or 11377069. OLE color: 11377069.

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

Color convert

RGB 173 153 173 -
CMYK 0 0.12 0 0.32
HSL 300º 0.11% 0.64% -
HSV(B) 300º 0.12% 0.68% -
XYZ 36.17 34.68 44.32 -
YUV 161.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 173 153 173 0 0.12 0 0.32 300 0.11 0.64
Hex AD 99 AD 0 C 0 20 12C B 40
Octal 255 231 255 0 14 0 40 454 13 100
Binary 10101101 10011001 10101101 0 1100 0 100000 100101100 1011 1000000

Color Harmonies of #AD99AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99AD

Black with #AD99AD

Text Example


Text Example

White with #AD99AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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