Html Css Color HEX #AA83A9 London Hue

📋 copy color: '#AA83A9'

red 170 ◦ green 131 ◦ blue 169

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

Shades of London Hue #AA83A9

Tints of London Hue #AA83A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.96%

R = 36.17%
G = 27.87%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA83A9 (or 0xAA83A9) is known color: London Hue. HEX triplet: AA, 83 and A9. RGB value is (170,131,169). Sum of RGB (Red+Green+Blue) = 170+131+169=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA83A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83A9 is #557C56. Grayscale: #929292. Windows color (decimal): -5602391 or 11109290. OLE color: 11109290.

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

Color convert

RGB 170 131 169 -
CMYK 0 0.23 0.01 0.33
HSL 301.54º 0.19% 0.59% -
HSV(B) 301.54º 0.23% 0.67% -
XYZ 31.86 27.64 41.19 -
YUV 146.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 170 131 169 0 0.23 0.01 0.33 301.54 0.19 0.59
Hex AA 83 A9 0 17 1 21 12E 13 3B
Octal 252 203 251 0 27 1 41 456 23 73
Binary 10101010 10000011 10101001 0 10111 1 100001 100101110 10011 111011

Color Harmonies of #AA83A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83A9

Black with #AA83A9

Text Example


Text Example

White with #AA83A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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