#A785AA

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

Shades of London Hue #A785AA

Tints of London Hue #A785AA

Color information

#A785AA (or 0xA785AA) is unknown color: approx London Hue. HEX triplet: A7, 85 and AA. RGB value is (167,133,170). Sum of RGB (Red+Green+Blue) = 167+133+170=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A785AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A785AA is #587A55. Grayscale: #939393. Windows color (decimal): -5798486 or 11175335. OLE color: 11175335.

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

Color convert

RGB167133170-
CMYK0.020.2200.33
HSL295.14º17.87%59.41%-
HSV(B)295.14º21.76%66.67%-
XYZ31.5827.8941.75-
YUV147.38140.76141.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=35.53%
G=28.30%
B=36.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671331700.020.2200.33295.1417.8759.41
HexA785AA216021127123b
Octal2472052522260414472273
Binary1010011110000101101010101010110010000110010011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785AA; }

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

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

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

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

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

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

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

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