Html Css Color HEX #AA84AA London Hue

📋 copy color: '#AA84AA'

red 170 ◦ green 132 ◦ blue 170

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

Shades of London Hue #AA84AA

Tints of London Hue #AA84AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.02%

R = 36.02%
G = 27.97%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA84AA (or 0xAA84AA) is known color: London Hue. HEX triplet: AA, 84 and AA. RGB value is (170,132,170). Sum of RGB (Red+Green+Blue) = 170+132+170=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA84AA is #557B55. Grayscale: #939393. Windows color (decimal): -5602134 or 11175082. OLE color: 11175082.

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

Color convert

RGB 170 132 170 -
CMYK 0 0.22 0 0.33
HSL 300º 0.18% 0.59% -
HSV(B) 300º 0.22% 0.67% -
XYZ 32.08 27.95 41.73 -
YUV 147.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 170 132 170 0 0.22 0 0.33 300 0.18 0.59
Hex AA 84 AA 0 16 0 21 12C 12 3B
Octal 252 204 252 0 26 0 41 454 22 73
Binary 10101010 10000100 10101010 0 10110 0 100001 100101100 10010 111011

Color Harmonies of #AA84AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA84AA

Black with #AA84AA

Text Example


Text Example

White with #AA84AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA84AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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