#A284AB

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

Shades of Amethyst Smoke #A284AB

Tints of Amethyst Smoke #A284AB

Color information

#A284AB (or 0xA284AB) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 84 and AB. RGB value is (162,132,171). Sum of RGB (Red+Green+Blue) = 162+132+171=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #A284AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A284AB is #5D7B54. Grayscale: #919191. Windows color (decimal): -6126421 or 11240610. OLE color: 11240610.

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

Color convert

RGB162132171-
CMYK0.050.2300.33
HSL286.15º18.84%59.41%-
HSV(B)286.15º22.81%67.06%-
XYZ30.527.1242.16-
YUV145.42142.44139.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=34.84%
G=28.39%
B=36.77%

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
Decimal1621321710.050.2300.33286.1518.8459.41
HexA284AB51702111e133b
Octal2422042535270414362373
Binary10100010100001001010101110110111010000110001111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284AB; }

 p { color: rgb(162,132,171); }

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

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

 a { background-color: rgb(162,132,171); }

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

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

 span { border-color: rgb(162,132,171); }

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