Html Css Color HEX #AA94AD London Hue

📋 copy color: '#AA94AD'

red 170 ◦ green 148 ◦ blue 173

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

Shades of London Hue #AA94AD

Tints of London Hue #AA94AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.14%

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

R = 34.62%
G = 30.14%
B = 35.23%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA94AD (or 0xAA94AD) is known color: London Hue. HEX triplet: AA, 94 and AD. RGB value is (170,148,173). Sum of RGB (Red+Green+Blue) = 170+148+173=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA94AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA94AD is #556B52. Grayscale: #9D9D9D. Windows color (decimal): -5598035 or 11375786. OLE color: 11375786.

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

Color convert

RGB 170 148 173 -
CMYK 0.02 0.14 0 0.32
HSL 292.8º 0.13% 0.63% -
HSV(B) 292.8º 0.14% 0.68% -
XYZ 34.71 32.74 44.03 -
YUV 157.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 170 148 173 0.02 0.14 0 0.32 292.8 0.13 0.63
Hex AA 94 AD 2 E 0 20 125 D 3F
Octal 252 224 255 2 16 0 40 445 15 77
Binary 10101010 10010100 10101101 10 1110 0 100000 100100101 1101 111111

Color Harmonies of #AA94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA94AD

Black with #AA94AD

Text Example


Text Example

White with #AA94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA94AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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