#AC8CAF

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

Shades of London Hue #AC8CAF

Tints of London Hue #AC8CAF

Color information

#AC8CAF (or 0xAC8CAF) is unknown color: approx London Hue. HEX triplet: AC, 8C and AF. RGB value is (172,140,175). Sum of RGB (Red+Green+Blue) = 172+140+175=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC8CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8CAF is #537350. Grayscale: #999999. Windows color (decimal): -5469009 or 11504812. OLE color: 11504812.

HSL color Cylindrical-coordinate representation of color #AC8CAF: hue angle of 294.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8CAF is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172140175-
CMYK0.020.200.31
HSL294.86º17.95%61.76%-
HSV(B)294.86º20%68.63%-
XYZ34.1330.6244.67-
YUV153.56140.1141.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=35.32%
G=28.75%
B=35.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721401750.020.200.31294.8617.9561.76
HexAC8CAF21401F127123e
Octal2542142572240374472276
Binary101011001000110010101111101010001111110010011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CAF; }

 p { color: rgb(172,140,175); }

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

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

 a { background-color: rgb(172,140,175); }

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

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

 span { border-color: rgb(172,140,175); }

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