Html Css Color HEX #AA92AD London Hue

📋 copy color: '#AA92AD'

red 170 ◦ green 146 ◦ blue 173

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

Shades of London Hue #AA92AD

Tints of London Hue #AA92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.86%

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

R = 34.76%
G = 29.86%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA92AD (or 0xAA92AD) is known color: London Hue. HEX triplet: AA, 92 and AD. RGB value is (170,146,173). Sum of RGB (Red+Green+Blue) = 170+146+173=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA92AD is #556D52. Grayscale: #9C9C9C. Windows color (decimal): -5598547 or 11375274. OLE color: 11375274.

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

Color convert

RGB 170 146 173 -
CMYK 0.02 0.16 0 0.32
HSL 293.33º 0.14% 0.63% -
HSV(B) 293.33º 0.16% 0.68% -
XYZ 34.4 32.12 43.92 -
YUV 156.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 170 146 173 0.02 0.16 0 0.32 293.33 0.14 0.63
Hex AA 92 AD 2 10 0 20 125 E 3F
Octal 252 222 255 2 20 0 40 445 16 77
Binary 10101010 10010010 10101101 10 10000 0 100000 100100101 1110 111111

Color Harmonies of #AA92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA92AD

Black with #AA92AD

Text Example


Text Example

White with #AA92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA92AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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