#AC7CAB

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

Shades of London Hue #AC7CAB

Tints of London Hue #AC7CAB

Color information

#AC7CAB (or 0xAC7CAB) is unknown color: approx London Hue. HEX triplet: AC, 7C and AB. RGB value is (172,124,171). Sum of RGB (Red+Green+Blue) = 172+124+171=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CAB is #538354. Grayscale: #8F8F8F. Windows color (decimal): -5473109 or 11238572. OLE color: 11238572.

HSL color Cylindrical-coordinate representation of color #AC7CAB: hue angle of 301.25º degrees, saturation: 0.22, 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 #AC7CAB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172124171-
CMYK00.280.010.33
HSL301.25º22.43%58.04%-
HSV(B)301.25º27.91%67.45%-
XYZ31.5726.1341.91-
YUV143.71143.4148.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=36.83%
G=26.55%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212417100.280.010.33301.2522.4358.04
HexAC7CAB01C12112d163a
Octal2541742530341414552672
Binary10101100111110010101011011100110000110010110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7CAB; }

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

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

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

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

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

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

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

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