#A085AB

Color #A085AB Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A085AB

Tints of Amethyst Smoke #A085AB

Color information

#A085AB (or 0xA085AB) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 85 and AB. RGB value is (160,133,171). Sum of RGB (Red+Green+Blue) = 160+133+171=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A085AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A085AB is #5F7A54. Grayscale: #919191. Windows color (decimal): -6257237 or 11240864. OLE color: 11240864.

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

Color convert

RGB160133171-
CMYK0.060.2200.33
HSL282.63º18.45%59.61%-
HSV(B)282.63º22.22%67.06%-
XYZ30.2427.1942.18-
YUV145.4142.45138.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=34.48%
G=28.66%
B=36.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601331710.060.2200.33282.6318.4559.61
HexA085AB61602111b123c
Octal2402052536260414332274
Binary10100000100001011010101111010110010000110001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085AB; }

 p { color: rgb(160,133,171); }

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

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

 a { background-color: rgb(160,133,171); }

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

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

 span { border-color: rgb(160,133,171); }

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