#AC7BAE

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

Shades of London Hue #AC7BAE

Tints of London Hue #AC7BAE

Color information

#AC7BAE (or 0xAC7BAE) is unknown color: approx London Hue. HEX triplet: AC, 7B and AE. RGB value is (172,123,174). Sum of RGB (Red+Green+Blue) = 172+123+174=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BAE is #538451. Grayscale: #8F8F8F. Windows color (decimal): -5473362 or 11434924. OLE color: 11434924.

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

Color convert

RGB172123174-
CMYK0.010.2900.32
HSL297.65º23.94%58.24%-
HSV(B)297.65º29.31%68.24%-
XYZ31.7425.9943.39-
YUV143.46145.23148.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=36.67%
G=26.23%
B=37.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721231740.010.2900.32297.6523.9458.24
HexAC7BAE11D02012a183a
Octal2541732561350404523072
Binary10101100111101110101110111101010000010010101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BAE; }

 p { color: rgb(172,123,174); }

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

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

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

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

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

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

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