Html Css Color HEX #AA83AC London Hue

📋 copy color: '#AA83AC'

red 170 ◦ green 131 ◦ blue 172

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

Shades of London Hue #AA83AC

Tints of London Hue #AA83AC

RGB

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

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

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

R = 35.94%
G = 27.7%
B = 36.36%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA83AC (or 0xAA83AC) is known color: London Hue. HEX triplet: AA, 83 and AC. RGB value is (170,131,172). Sum of RGB (Red+Green+Blue) = 170+131+172=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA83AC is #557C53. Grayscale: #939393. Windows color (decimal): -5602388 or 11305898. OLE color: 11305898.

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

Color convert

RGB 170 131 172 -
CMYK 0.01 0.24 0 0.33
HSL 297.07º 0.2% 0.59% -
HSV(B) 297.07º 0.24% 0.67% -
XYZ 32.14 27.76 42.69 -
YUV 147.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 170 131 172 0.01 0.24 0 0.33 297.07 0.2 0.59
Hex AA 83 AC 1 18 0 21 129 14 3B
Octal 252 203 254 1 30 0 41 451 24 73
Binary 10101010 10000011 10101100 1 11000 0 100001 100101001 10100 111011

Color Harmonies of #AA83AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA83AC

Black with #AA83AC

Text Example


Text Example

White with #AA83AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA83AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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