Html Css Color HEX #AA83AB London Hue

📋 copy color: '#AA83AB'

red 170 ◦ green 131 ◦ blue 171

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

Shades of London Hue #AA83AB

Tints of London Hue #AA83AB

RGB

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

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

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

R = 36.02%
G = 27.75%
B = 36.23%

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

#AA83AB (or 0xAA83AB) is known color: London Hue. HEX triplet: AA, 83 and AB. RGB value is (170,131,171). Sum of RGB (Red+Green+Blue) = 170+131+171=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83AB is #557C54. Grayscale: #939393. Windows color (decimal): -5602389 or 11240362. OLE color: 11240362.

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

Color convert

RGB 170 131 171 -
CMYK 0.01 0.23 0 0.33
HSL 298.5º 0.19% 0.59% -
HSV(B) 298.5º 0.23% 0.67% -
XYZ 32.04 27.72 42.19 -
YUV 147.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 170 131 171 0.01 0.23 0 0.33 298.5 0.19 0.59
Hex AA 83 AB 1 17 0 21 12A 13 3B
Octal 252 203 253 1 27 0 41 452 23 73
Binary 10101010 10000011 10101011 1 10111 0 100001 100101010 10011 111011

Color Harmonies of #AA83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83AB

Black with #AA83AB

Text Example


Text Example

White with #AA83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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