#AD99AD

Color #AD99AD London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AD99AD

Tints of London Hue #AD99AD

Color information

#AD99AD (or 0xAD99AD) is unknown color: approx 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

RGB173153173-
CMYK00.1200.32
HSL300º10.87%63.92%-
HSV(B)300º11.56%67.84%-
XYZ36.1734.6844.32-
YUV161.26134.63136.37-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315317300.1200.3230010.8763.92
HexAD99AD0C02012cb40
Octal25523125501404045413100
Binary10101101100110011010110101100010000010010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>