#AC7FAB

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

Shades of London Hue #AC7FAB

Tints of London Hue #AC7FAB

Color information

#AC7FAB (or 0xAC7FAB) is unknown color: approx London Hue. HEX triplet: AC, 7F and AB. RGB value is (172,127,171). Sum of RGB (Red+Green+Blue) = 172+127+171=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7FAB is #538054. Grayscale: #919191. Windows color (decimal): -5472341 or 11239340. OLE color: 11239340.

HSL color Cylindrical-coordinate representation of color #AC7FAB: hue angle of 301.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC7FAB is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172127171-
CMYK00.260.010.33
HSL301.33º21.33%58.63%-
HSV(B)301.33º26.16%67.45%-
XYZ31.9526.8942.03-
YUV145.47142.41146.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=36.60%
G=27.02%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212717100.260.010.33301.3321.3358.63
HexAC7FAB01A12112d153b
Octal2541772530321414552573
Binary10101100111111110101011011010110000110010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FAB; }

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

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

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

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

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

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

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

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