Html Css Color HEX #AA95AD London Hue

📋 copy color: '#AA95AD'

red 170 ◦ green 149 ◦ blue 173

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

Shades of London Hue #AA95AD

Tints of London Hue #AA95AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

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

R = 34.55%
G = 30.28%
B = 35.16%

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

#AA95AD (or 0xAA95AD) is known color: London Hue. HEX triplet: AA, 95 and AD. RGB value is (170,149,173). Sum of RGB (Red+Green+Blue) = 170+149+173=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA95AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA95AD is #556A52. Grayscale: #9D9D9D. Windows color (decimal): -5597779 or 11376042. OLE color: 11376042.

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

Color convert

RGB 170 149 173 -
CMYK 0.02 0.14 0 0.32
HSL 292.5º 0.13% 0.63% -
HSV(B) 292.5º 0.14% 0.68% -
XYZ 34.87 33.06 44.08 -
YUV 158.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 170 149 173 0.02 0.14 0 0.32 292.5 0.13 0.63
Hex AA 95 AD 2 E 0 20 124 D 3F
Octal 252 225 255 2 16 0 40 444 15 77
Binary 10101010 10010101 10101101 10 1110 0 100000 100100100 1101 111111

Color Harmonies of #AA95AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA95AD

Black with #AA95AD

Text Example


Text Example

White with #AA95AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA95AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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