#A283AA

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

Shades of Amethyst Smoke #A283AA

Tints of Amethyst Smoke #A283AA

Color information

#A283AA (or 0xA283AA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 83 and AA. RGB value is (162,131,170). Sum of RGB (Red+Green+Blue) = 162+131+170=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 131 (51.56% from 255 or 28.29% 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 #A283AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A283AA is #5D7C55. Grayscale: #909090. Windows color (decimal): -6126678 or 11174818. OLE color: 11174818.

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

Color convert

RGB162131170-
CMYK0.050.2300.33
HSL287.69º18.66%59.02%-
HSV(B)287.69º22.94%66.67%-
XYZ30.2726.8241.61-
YUV144.71142.27140.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=34.99%
G=28.29%
B=36.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621311700.050.2300.33287.6918.6659.02
HexA283AA517021120133b
Octal2422032525270414402373
Binary10100010100000111010101010110111010000110010000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283AA; }

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

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

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

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

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

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

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

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