Html Css Color HEX #AA81AC London Hue

📋 copy color: '#AA81AC'

red 170 ◦ green 129 ◦ blue 172

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

Shades of London Hue #AA81AC

Tints of London Hue #AA81AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.39%

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

R = 36.09%
G = 27.39%
B = 36.52%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA81AC (or 0xAA81AC) is known color: London Hue. HEX triplet: AA, 81 and AC. RGB value is (170,129,172). Sum of RGB (Red+Green+Blue) = 170+129+172=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA81AC is #557E53. Grayscale: #929292. Windows color (decimal): -5602900 or 11305386. OLE color: 11305386.

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

Color convert

RGB 170 129 172 -
CMYK 0.01 0.25 0 0.33
HSL 297.21º 0.21% 0.59% -
HSV(B) 297.21º 0.25% 0.67% -
XYZ 31.87 27.23 42.6 -
YUV 146.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 170 129 172 0.01 0.25 0 0.33 297.21 0.21 0.59
Hex AA 81 AC 1 19 0 21 129 15 3B
Octal 252 201 254 1 31 0 41 451 25 73
Binary 10101010 10000001 10101100 1 11001 0 100001 100101001 10101 111011

Color Harmonies of #AA81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81AC

Black with #AA81AC

Text Example


Text Example

White with #AA81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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