#A085AA

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

Shades of Amethyst Smoke #A085AA

Tints of Amethyst Smoke #A085AA

Color information

#A085AA (or 0xA085AA) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 85 and AA. RGB value is (160,133,170). Sum of RGB (Red+Green+Blue) = 160+133+170=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A085AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A085AA is #5F7A55. Grayscale: #919191. Windows color (decimal): -6257238 or 11175328. OLE color: 11175328.

HSL color Cylindrical-coordinate representation of color #A085AA: hue angle of 283.78º 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 #A085AA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160133170-
CMYK0.060.2200.33
HSL283.78º17.87%59.41%-
HSV(B)283.78º21.76%66.67%-
XYZ30.1427.1541.68-
YUV145.29141.95138.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=34.56%
G=28.73%
B=36.72%

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
Decimal1601331700.060.2200.33283.7817.8759.41
HexA085AA61602111c123b
Octal2402052526260414342273
Binary10100000100001011010101011010110010000110001110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085AA; }

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

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

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

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

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

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

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

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