Html Css Color HEX #AA7AAB London Hue

📋 copy color: '#AA7AAB'

red 170 ◦ green 122 ◦ blue 171

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

Shades of London Hue #AA7AAB

Tints of London Hue #AA7AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.35%

 BLUE value IS 171 (67.19% from 255) = 36.93%

R = 36.72%
G = 26.35%
B = 36.93%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA7AAB (or 0xAA7AAB) is known color: London Hue. HEX triplet: AA, 7A and AB. RGB value is (170,122,171). Sum of RGB (Red+Green+Blue) = 170+122+171=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AAB is #558554. Grayscale: #8D8D8D. Windows color (decimal): -5604693 or 11238058. OLE color: 11238058.

HSL color Cylindrical-coordinate representation of color #AA7AAB: hue angle of 298.78º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7AAB is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 171 -
CMYK 0.01 0.29 0 0.33
HSL 298.78º 0.23% 0.57% -
HSV(B) 298.78º 0.29% 0.67% -
XYZ 30.89 25.41 41.8 -
YUV 141.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 170 122 171 0.01 0.29 0 0.33 298.78 0.23 0.57
Hex AA 7A AB 1 1D 0 21 12B 17 39
Octal 252 172 253 1 35 0 41 453 27 71
Binary 10101010 1111010 10101011 1 11101 0 100001 100101011 10111 111001

Color Harmonies of #AA7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AAB

Black with #AA7AAB

Text Example


Text Example

White with #AA7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AAB; }

 p { color: rgb(170,122,171); }

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

background-color css

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

 a { background-color: rgb(170,122,171); }

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

border-color css

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

 span { border-color: rgb(170,122,171); }

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