#A885AD

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

Shades of London Hue #A885AD

Tints of London Hue #A885AD

Color information

#A885AD (or 0xA885AD) is unknown color: approx London Hue. HEX triplet: A8, 85 and AD. RGB value is (168,133,173). Sum of RGB (Red+Green+Blue) = 168+133+173=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #A885AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A885AD is #577A52. Grayscale: #939393. Windows color (decimal): -5732947 or 11371944. OLE color: 11371944.

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

Color convert

RGB168133173-
CMYK0.030.2300.32
HSL292.5º19.61%60%-
HSV(B)292.5º23.12%67.84%-
XYZ32.0828.1243.27-
YUV148.02142.1142.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=35.44%
G=28.06%
B=36.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681331730.030.2300.32292.519.6160
HexA885AD317020124143c
Octal2502052553270404442474
Binary1010100010000101101011011110111010000010010010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885AD; }

 p { color: rgb(168,133,173); }

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

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

 a { background-color: rgb(168,133,173); }

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

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

 span { border-color: rgb(168,133,173); }

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