#AC9EAD

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

Shades of London Hue #AC9EAD

Tints of London Hue #AC9EAD

Color information

#AC9EAD (or 0xAC9EAD) is unknown color: approx London Hue. HEX triplet: AC, 9E and AD. RGB value is (172,158,173). Sum of RGB (Red+Green+Blue) = 172+158+173=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC9EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9EAD is #536152. Grayscale: #A3A3A3. Windows color (decimal): -5464403 or 11378348. OLE color: 11378348.

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

Color convert

RGB172158173-
CMYK0.010.0900.32
HSL296º8.38%64.9%-
HSV(B)296º8.67%67.84%-
XYZ36.7836.2444.59-
YUV163.9133.14133.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=34.19%
G=31.41%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721581730.010.0900.322968.3864.9
HexAC9EAD19020128841
Octal25423625511104045010101
Binary10101100100111101010110111001010000010010100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EAD; }

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

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

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

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

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

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

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

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