#AC89B1

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

Shades of London Hue #AC89B1

Tints of London Hue #AC89B1

Color information

#AC89B1 (or 0xAC89B1) is unknown color: approx London Hue. HEX triplet: AC, 89 and B1. RGB value is (172,137,177). Sum of RGB (Red+Green+Blue) = 172+137+177=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC89B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC89B1 is #53764E. Grayscale: #979797. Windows color (decimal): -5469775 or 11635116. OLE color: 11635116.

HSL color Cylindrical-coordinate representation of color #AC89B1: hue angle of 292.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC89B1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172137177-
CMYK0.030.2300.31
HSL292.5º20.41%61.57%-
HSV(B)292.5º22.6%69.41%-
XYZ33.8929.8445.57-
YUV152.02142.1142.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=35.39%
G=28.19%
B=36.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721371770.030.2300.31292.520.4161.57
HexAC89B131701F124143e
Octal2542112613270374442476
Binary101011001000100110110001111011101111110010010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89B1; }

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

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

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

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

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

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

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

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