#AD98AD

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

Shades of London Hue #AD98AD

Tints of London Hue #AD98AD

Color information

#AD98AD (or 0xAD98AD) is unknown color: approx London Hue. HEX triplet: AD, 98 and AD. RGB value is (173,152,173). Sum of RGB (Red+Green+Blue) = 173+152+173=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98AD is #526752. Grayscale: #A0A0A0. Windows color (decimal): -5400403 or 11376813. OLE color: 11376813.

HSL color Cylindrical-coordinate representation of color #AD98AD: 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 #AD98AD is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173152173-
CMYK00.1200.32
HSL300º11.35%63.73%-
HSV(B)300º12.14%67.84%-
XYZ3634.3644.27-
YUV160.67134.96136.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 152 (59.77% from 255) = 30.52%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=34.74%
G=30.52%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315217300.1200.3230011.3563.73
HexAD98AD0C02012cb40
Octal25523025501404045413100
Binary10101101100110001010110101100010000010010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98AD; }

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

 H1.HeaderClassName
 {
   color: #AD98AD;
 }
 .AnyTagClassName
 {
   color: #AD98AD;
 }
</style>
background-color css

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

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

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

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

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

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