#AC85B1

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

Shades of London Hue #AC85B1

Tints of London Hue #AC85B1

Color information

#AC85B1 (or 0xAC85B1) is unknown color: approx London Hue. HEX triplet: AC, 85 and B1. RGB value is (172,133,177). Sum of RGB (Red+Green+Blue) = 172+133+177=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC85B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85B1 is #537A4E. Grayscale: #959595. Windows color (decimal): -5470799 or 11634092. OLE color: 11634092.

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

Color convert

RGB172133177-
CMYK0.030.2500.31
HSL293.18º22%60.78%-
HSV(B)293.18º24.86%69.41%-
XYZ33.3428.7245.38-
YUV149.68143.42143.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=35.68%
G=27.59%
B=36.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721331770.030.2500.31293.182260.78
HexAC85B131901F125163d
Octal2542052613310374452675
Binary101011001000010110110001111100101111110010010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85B1; }

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

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

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

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

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

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

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

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