Html Css Color HEX #AA84AC London Hue

📋 copy color: '#AA84AC'

red 170 ◦ green 132 ◦ blue 172

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

Shades of London Hue #AA84AC

Tints of London Hue #AA84AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 35.86%
G = 27.85%
B = 36.29%

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

#AA84AC (or 0xAA84AC) is known color: London Hue. HEX triplet: AA, 84 and AC. RGB value is (170,132,172). Sum of RGB (Red+Green+Blue) = 170+132+172=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA84AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA84AC is #557B53. Grayscale: #939393. Windows color (decimal): -5602132 or 11306154. OLE color: 11306154.

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

Color convert

RGB 170 132 172 -
CMYK 0.01 0.23 0 0.33
HSL 297º 0.19% 0.6% -
HSV(B) 297º 0.23% 0.67% -
XYZ 32.28 28.03 42.74 -
YUV 147.92 141.59 143.75 -
System Red Green Blue C M Y K H S L
Decimal 170 132 172 0.01 0.23 0 0.33 297 0.19 0.6
Hex AA 84 AC 1 17 0 21 129 13 3C
Octal 252 204 254 1 27 0 41 451 23 74
Binary 10101010 10000100 10101100 1 10111 0 100001 100101001 10011 111100

Color Harmonies of #AA84AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84AC

Black with #AA84AC

Text Example


Text Example

White with #AA84AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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