#AC7CB1

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

Shades of London Hue #AC7CB1

Tints of London Hue #AC7CB1

Color information

#AC7CB1 (or 0xAC7CB1) is unknown color: approx London Hue. HEX triplet: AC, 7C and B1. RGB value is (172,124,177). Sum of RGB (Red+Green+Blue) = 172+124+177=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CB1 is #53834E. Grayscale: #909090. Windows color (decimal): -5473103 or 11631788. OLE color: 11631788.

HSL color Cylindrical-coordinate representation of color #AC7CB1: hue angle of 294.34º 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 #AC7CB1 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172124177-
CMYK0.030.3000.31
HSL294.34º25.36%59.02%-
HSV(B)294.34º29.94%69.41%-
XYZ32.1626.3644.99-
YUV144.39146.4147.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=36.36%
G=26.22%
B=37.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721241770.030.3000.31294.3425.3659.02
HexAC7CB131E01F126193b
Octal2541742613360374463173
Binary10101100111110010110001111111001111110010011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CB1; }

 p { color: rgb(172,124,177); }

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

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

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

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

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

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

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