#A785AC

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

Shades of London Hue #A785AC

Tints of London Hue #A785AC

Color information

#A785AC (or 0xA785AC) is unknown color: approx London Hue. HEX triplet: A7, 85 and AC. RGB value is (167,133,172). Sum of RGB (Red+Green+Blue) = 167+133+172=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #A785AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A785AC is #587A53. Grayscale: #939393. Windows color (decimal): -5798484 or 11306407. OLE color: 11306407.

HSL color Cylindrical-coordinate representation of color #A785AC: hue angle of 292.31º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A785AC is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167133172-
CMYK0.030.2300.33
HSL292.31º19.02%59.8%-
HSV(B)292.31º22.67%67.45%-
XYZ31.7727.9742.75-
YUV147.61141.76141.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=35.38%
G=28.18%
B=36.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671331720.030.2300.33292.3119.0259.8
HexA785AC317021124133c
Octal2472052543270414442374
Binary1010011110000101101011001110111010000110010010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785AC; }

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

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

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

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

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

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

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

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