Html Css Color HEX #AA7BAB London Hue

📋 copy color: '#AA7BAB'

red 170 ◦ green 123 ◦ blue 171

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

Shades of London Hue #AA7BAB

Tints of London Hue #AA7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

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

R = 36.64%
G = 26.51%
B = 36.85%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA7BAB (or 0xAA7BAB) is known color: London Hue. HEX triplet: AA, 7B and AB. RGB value is (170,123,171). Sum of RGB (Red+Green+Blue) = 170+123+171=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BAB is #558454. Grayscale: #8E8E8E. Windows color (decimal): -5604437 or 11238314. OLE color: 11238314.

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

Color convert

RGB 170 123 171 -
CMYK 0.01 0.28 0 0.33
HSL 298.75º 0.22% 0.58% -
HSV(B) 298.75º 0.28% 0.67% -
XYZ 31.01 25.65 41.84 -
YUV 142.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 170 123 171 0.01 0.28 0 0.33 298.75 0.22 0.58
Hex AA 7B AB 1 1C 0 21 12B 16 3A
Octal 252 173 253 1 34 0 41 453 26 72
Binary 10101010 1111011 10101011 1 11100 0 100001 100101011 10110 111010

Color Harmonies of #AA7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BAB

Black with #AA7BAB

Text Example


Text Example

White with #AA7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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