#AC7BB0

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

Shades of London Hue #AC7BB0

Tints of London Hue #AC7BB0

Color information

#AC7BB0 (or 0xAC7BB0) is unknown color: approx London Hue. HEX triplet: AC, 7B and B0. RGB value is (172,123,176). Sum of RGB (Red+Green+Blue) = 172+123+176=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC7BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BB0 is #53844F. Grayscale: #8F8F8F. Windows color (decimal): -5473360 or 11565996. OLE color: 11565996.

HSL color Cylindrical-coordinate representation of color #AC7BB0: hue angle of 295.47º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7BB0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172123176-
CMYK0.020.3000.31
HSL295.47º25.12%58.63%-
HSV(B)295.47º30.11%69.02%-
XYZ31.9326.0744.42-
YUV143.69146.23148.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=36.52%
G=26.11%
B=37.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721231760.020.3000.31295.4725.1258.63
HexAC7BB021E01F127193b
Octal2541732602360374473173
Binary10101100111101110110000101111001111110010011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BB0; }

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

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

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

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

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

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

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

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