#AC9AAD

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

Shades of London Hue #AC9AAD

Tints of London Hue #AC9AAD

Color information

#AC9AAD (or 0xAC9AAD) is unknown color: approx London Hue. HEX triplet: AC, 9A and AD. RGB value is (172,154,173). Sum of RGB (Red+Green+Blue) = 172+154+173=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AAD is #536552. Grayscale: #A1A1A1. Windows color (decimal): -5465427 or 11377324. OLE color: 11377324.

HSL color Cylindrical-coordinate representation of color #AC9AAD: hue angle of 296.84º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC9AAD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172154173-
CMYK0.010.1100.32
HSL296.84º10.38%64.12%-
HSV(B)296.84º10.98%67.84%-
XYZ36.1134.944.37-
YUV161.55134.46135.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 173 (67.97% from 255) = 34.67%
R=34.47%
G=30.86%
B=34.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721541730.010.1100.32296.8410.3864.12
HexAC9AAD1B020129a40
Octal25423225511304045112100
Binary10101100100110101010110111011010000010010100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AAD; }

 p { color: rgb(172,154,173); }

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

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

 a { background-color: rgb(172,154,173); }

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

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

 span { border-color: rgb(172,154,173); }

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