#AC8FAD

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

Shades of London Hue #AC8FAD

Tints of London Hue #AC8FAD

Color information

#AC8FAD (or 0xAC8FAD) is unknown color: approx London Hue. HEX triplet: AC, 8F and AD. RGB value is (172,143,173). Sum of RGB (Red+Green+Blue) = 172+143+173=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FAD is #537052. Grayscale: #9B9B9B. Windows color (decimal): -5468243 or 11374508. OLE color: 11374508.

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

Color convert

RGB172143173-
CMYK0.010.1700.32
HSL298º15.46%61.96%-
HSV(B)298º17.34%67.84%-
XYZ34.3831.4343.79-
YUV155.09138.11140.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=35.25%
G=29.30%
B=35.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721431730.010.1700.3229815.4661.96
HexAC8FAD11102012af3e
Octal2542172551210404521776
Binary10101100100011111010110111000101000001001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FAD; }

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

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

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

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

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

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

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

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