Html Css Color HEX #AA84AB London Hue

📋 copy color: '#AA84AB'

red 170 ◦ green 132 ◦ blue 171

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

Shades of London Hue #AA84AB

Tints of London Hue #AA84AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.91%

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

R = 35.94%
G = 27.91%
B = 36.15%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA84AB (or 0xAA84AB) is known color: London Hue. HEX triplet: AA, 84 and AB. RGB value is (170,132,171). Sum of RGB (Red+Green+Blue) = 170+132+171=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA84AB is #557B54. Grayscale: #939393. Windows color (decimal): -5602133 or 11240618. OLE color: 11240618.

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

Color convert

RGB 170 132 171 -
CMYK 0.01 0.23 0 0.33
HSL 298.46º 0.19% 0.59% -
HSV(B) 298.46º 0.23% 0.67% -
XYZ 32.18 27.99 42.23 -
YUV 147.81 141.09 143.83 -
System Red Green Blue C M Y K H S L
Decimal 170 132 171 0.01 0.23 0 0.33 298.46 0.19 0.59
Hex AA 84 AB 1 17 0 21 12A 13 3B
Octal 252 204 253 1 27 0 41 452 23 73
Binary 10101010 10000100 10101011 1 10111 0 100001 100101010 10011 111011

Color Harmonies of #AA84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84AB

Black with #AA84AB

Text Example


Text Example

White with #AA84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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