Html Css Color HEX #AA98AD London Hue

📋 copy color: '#AA98AD'

red 170 ◦ green 152 ◦ blue 173

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

Shades of London Hue #AA98AD

Tints of London Hue #AA98AD

RGB

 RED value IS 170 (66.8% from 255) = 34.34%

 GREEN value IS 152 (59.77% from 255) = 30.71%

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

R = 34.34%
G = 30.71%
B = 34.95%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA98AD (or 0xAA98AD) is known color: London Hue. HEX triplet: AA, 98 and AD. RGB value is (170,152,173). Sum of RGB (Red+Green+Blue) = 170+152+173=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA98AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA98AD is #556752. Grayscale: #9F9F9F. Windows color (decimal): -5597011 or 11376810. OLE color: 11376810.

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

Color convert

RGB 170 152 173 -
CMYK 0.02 0.12 0 0.32
HSL 291.43º 0.11% 0.64% -
HSV(B) 291.43º 0.12% 0.68% -
XYZ 35.35 34.02 44.24 -
YUV 159.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 170 152 173 0.02 0.12 0 0.32 291.43 0.11 0.64
Hex AA 98 AD 2 C 0 20 123 B 40
Octal 252 230 255 2 14 0 40 443 13 100
Binary 10101010 10011000 10101101 10 1100 0 100000 100100011 1011 1000000

Color Harmonies of #AA98AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA98AD

Black with #AA98AD

Text Example


Text Example

White with #AA98AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA98AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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