#AA7FAF

Color #AA7FAF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AA7FAF

Tints of London Hue #AA7FAF

Color information

#AA7FAF (or 0xAA7FAF) is unknown color: approx London Hue. HEX triplet: AA, 7F and AF. RGB value is (170,127,175). Sum of RGB (Red+Green+Blue) = 170+127+175=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FAF is #558050. Grayscale: #919191. Windows color (decimal): -5603409 or 11501482. OLE color: 11501482.

HSL color Cylindrical-coordinate representation of color #AA7FAF: hue angle of 293.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7FAF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170127175-
CMYK0.030.2700.31
HSL293.75º23.08%59.22%-
HSV(B)293.75º27.43%68.63%-
XYZ31.926.8244.05-
YUV145.33144.75145.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=36.02%
G=26.91%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701271750.030.2700.31293.7523.0859.22
HexAA7FAF31B01F126173b
Octal2521772573330374462773
Binary10101010111111110101111111101101111110010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FAF; }

 p { color: rgb(170,127,175); }

 H1.HeaderClassName
 {
   color: #AA7FAF;
 }
 .AnyTagClassName
 {
   color: #AA7FAF;
 }
</style>
background-color css

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

 a { background-color: rgb(170,127,175); }

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

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

 span { border-color: rgb(170,127,175); }

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