#A286AA

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

Shades of Amethyst Smoke #A286AA

Tints of Amethyst Smoke #A286AA

Color information

#A286AA (or 0xA286AA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 86 and AA. RGB value is (162,134,170). Sum of RGB (Red+Green+Blue) = 162+134+170=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A286AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A286AA is #5D7955. Grayscale: #929292. Windows color (decimal): -6125910 or 11175586. OLE color: 11175586.

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

Color convert

RGB162134170-
CMYK0.050.2100.33
HSL286.67º17.48%59.61%-
HSV(B)286.67º21.18%66.67%-
XYZ30.6827.6341.75-
YUV146.48141.28139.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=34.76%
G=28.76%
B=36.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621341700.050.2100.33286.6717.4859.61
HexA286AA51502111f113c
Octal2422062525250414372174
Binary10100010100001101010101010110101010000110001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286AA; }

 p { color: rgb(162,134,170); }

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

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

 a { background-color: rgb(162,134,170); }

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

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

 span { border-color: rgb(162,134,170); }

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