#AA7CAD

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

Shades of London Hue #AA7CAD

Tints of London Hue #AA7CAD

Color information

#AA7CAD (or 0xAA7CAD) is unknown color: approx London Hue. HEX triplet: AA, 7C and AD. RGB value is (170,124,173). Sum of RGB (Red+Green+Blue) = 170+124+173=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA7CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CAD is #558352. Grayscale: #8F8F8F. Windows color (decimal): -5604179 or 11369642. OLE color: 11369642.

HSL color Cylindrical-coordinate representation of color #AA7CAD: hue angle of 296.33º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7CAD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170124173-
CMYK0.020.2800.32
HSL296.33º23%58.24%-
HSV(B)296.33º28.32%67.84%-
XYZ31.3325.9842.9-
YUV143.34144.74147.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=36.40%
G=26.55%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701241730.020.2800.32296.332358.24
HexAA7CAD21C020128173a
Octal2521742552340404502772
Binary101010101111100101011011011100010000010010100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7CAD; }

 p { color: rgb(170,124,173); }

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

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

 a { background-color: rgb(170,124,173); }

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

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

 span { border-color: rgb(170,124,173); }

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