#AC7BA8

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

Shades of London Hue #AC7BA8

Tints of London Hue #AC7BA8

Color information

#AC7BA8 (or 0xAC7BA8) is unknown color: approx London Hue. HEX triplet: AC, 7B and A8. RGB value is (172,123,168). Sum of RGB (Red+Green+Blue) = 172+123+168=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BA8 is #538457. Grayscale: #8E8E8E. Windows color (decimal): -5473368 or 11041708. OLE color: 11041708.

HSL color Cylindrical-coordinate representation of color #AC7BA8: hue angle of 304.9º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7BA8 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172123168-
CMYK00.280.020.33
HSL304.9º22.79%57.84%-
HSV(B)304.9º28.49%67.45%-
XYZ31.1625.7640.38-
YUV142.78142.23148.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=37.15%
G=26.57%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212316800.280.020.33304.922.7957.84
HexAC7BA801C221131173a
Octal2541732500342414612772
Binary101011001111011101010000111001010000110011000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BA8; }

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

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

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

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

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

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

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

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