#AC8FAA

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

Shades of London Hue #AC8FAA

Tints of London Hue #AC8FAA

Color information

#AC8FAA (or 0xAC8FAA) is unknown color: approx London Hue. HEX triplet: AC, 8F and AA. RGB value is (172,143,170). Sum of RGB (Red+Green+Blue) = 172+143+170=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FAA is #537055. Grayscale: #9A9A9A. Windows color (decimal): -5468246 or 11177900. OLE color: 11177900.

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

Color convert

RGB172143170-
CMYK00.170.010.33
HSL304.14º14.87%61.76%-
HSV(B)304.14º16.86%67.45%-
XYZ34.0931.3242.28-
YUV154.75136.61140.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=35.46%
G=29.48%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214317000.170.010.33304.1414.8761.76
HexAC8FAA011121130f3e
Octal2542172520211414601776
Binary10101100100011111010101001000111000011001100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FAA; }

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

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

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

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

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

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

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

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