#AD98B0

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

Shades of London Hue #AD98B0

Tints of London Hue #AD98B0

Color information

#AD98B0 (or 0xAD98B0) is unknown color: approx London Hue. HEX triplet: AD, 98 and B0. RGB value is (173,152,176). Sum of RGB (Red+Green+Blue) = 173+152+176=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD98B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98B0 is #52674F. Grayscale: #A0A0A0. Windows color (decimal): -5400400 or 11573421. OLE color: 11573421.

HSL color Cylindrical-coordinate representation of color #AD98B0: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD98B0 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173152176-
CMYK0.020.1400.31
HSL292.5º13.19%64.31%-
HSV(B)292.5º13.64%69.02%-
XYZ36.334.4845.82-
YUV161.01136.46136.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=34.53%
G=30.34%
B=35.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731521760.020.1400.31292.513.1964.31
HexAD98B02E01F124d40
Octal25523026021603744415100
Binary10101101100110001011000010111001111110010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD98B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD98B0; }

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

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

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

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

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

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

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

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