Html Css Color HEX #AA82AB London Hue

📋 copy color: '#AA82AB'

red 170 ◦ green 130 ◦ blue 171

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

Shades of London Hue #AA82AB

Tints of London Hue #AA82AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.6%

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

R = 36.09%
G = 27.6%
B = 36.31%

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

#AA82AB (or 0xAA82AB) is known color: London Hue. HEX triplet: AA, 82 and AB. RGB value is (170,130,171). Sum of RGB (Red+Green+Blue) = 170+130+171=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA82AB is #557D54. Grayscale: #929292. Windows color (decimal): -5602645 or 11240106. OLE color: 11240106.

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

Color convert

RGB 170 130 171 -
CMYK 0.01 0.24 0 0.33
HSL 298.54º 0.2% 0.59% -
HSV(B) 298.54º 0.24% 0.67% -
XYZ 31.91 27.45 42.14 -
YUV 146.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 170 130 171 0.01 0.24 0 0.33 298.54 0.2 0.59
Hex AA 82 AB 1 18 0 21 12B 14 3B
Octal 252 202 253 1 30 0 41 453 24 73
Binary 10101010 10000010 10101011 1 11000 0 100001 100101011 10100 111011

Color Harmonies of #AA82AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA82AB

Black with #AA82AB

Text Example


Text Example

White with #AA82AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA82AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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