Html Css Color HEX #AA83AA London Hue

📋 copy color: '#AA83AA'

red 170 ◦ green 131 ◦ blue 170

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

Shades of London Hue #AA83AA

Tints of London Hue #AA83AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

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

R = 36.09%
G = 27.81%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA83AA (or 0xAA83AA) is known color: London Hue. HEX triplet: AA, 83 and AA. RGB value is (170,131,170). Sum of RGB (Red+Green+Blue) = 170+131+170=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83AA is #557C55. Grayscale: #929292. Windows color (decimal): -5602390 or 11174826. OLE color: 11174826.

HSL color Cylindrical-coordinate representation of color #AA83AA: hue angle of 300º 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 #AA83AA is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 131 170 -
CMYK 0 0.23 0 0.33
HSL 300º 0.19% 0.59% -
HSV(B) 300º 0.23% 0.67% -
XYZ 31.95 27.68 41.69 -
YUV 147.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 170 131 170 0 0.23 0 0.33 300 0.19 0.59
Hex AA 83 AA 0 17 0 21 12C 13 3B
Octal 252 203 252 0 27 0 41 454 23 73
Binary 10101010 10000011 10101010 0 10111 0 100001 100101100 10011 111011

Color Harmonies of #AA83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83AA

Black with #AA83AA

Text Example


Text Example

White with #AA83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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