#AC78AC

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

Shades of London Hue #AC78AC

Tints of London Hue #AC78AC

Color information

#AC78AC (or 0xAC78AC) is unknown color: approx London Hue. HEX triplet: AC, 78 and AC. RGB value is (172,120,172). Sum of RGB (Red+Green+Blue) = 172+120+172=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC78AC is #538753. Grayscale: #8D8D8D. Windows color (decimal): -5474132 or 11303084. OLE color: 11303084.

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

Color convert

RGB172120172-
CMYK00.3000.33
HSL300º23.85%57.25%-
HSV(B)300º30.23%67.45%-
XYZ31.1825.1842.25-
YUV141.48145.23149.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=37.07%
G=25.86%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212017200.3000.3330023.8557.25
HexAC78AC01E02112c1839
Octal2541702540360414543071
Binary10101100111100010101100011110010000110010110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC78AC; }

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

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

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

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

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

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

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

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