#AC7FAC

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

Shades of London Hue #AC7FAC

Tints of London Hue #AC7FAC

Color information

#AC7FAC (or 0xAC7FAC) is unknown color: approx London Hue. HEX triplet: AC, 7F and AC. RGB value is (172,127,172). Sum of RGB (Red+Green+Blue) = 172+127+172=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7FAC is #538053. Grayscale: #919191. Windows color (decimal): -5472340 or 11304876. OLE color: 11304876.

HSL color Cylindrical-coordinate representation of color #AC7FAC: hue angle of 300º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7FAC is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB172127172-
CMYK00.2600.33
HSL300º21.33%58.63%-
HSV(B)300º26.16%67.45%-
XYZ32.0526.9342.54-
YUV145.58142.91146.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=36.52%
G=26.96%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212717200.2600.3330021.3358.63
HexAC7FAC01A02112c153b
Octal2541772540320414542573
Binary10101100111111110101100011010010000110010110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FAC; }

 p { color: rgb(172,127,172); }

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

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

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

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

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

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

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