#A28FA9

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

Shades of Amethyst Smoke #A28FA9

Tints of Amethyst Smoke #A28FA9

Color information

#A28FA9 (or 0xA28FA9) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 8F and A9. RGB value is (162,143,169). Sum of RGB (Red+Green+Blue) = 162+143+169=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 169 - color contains mainly: blue. Hex color #A28FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FA9 is #5D7056. Grayscale: #979797. Windows color (decimal): -6123607 or 11112354. OLE color: 11112354.

HSL color Cylindrical-coordinate representation of color #A28FA9: hue angle of 283.85º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A28FA9 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB162143169-
CMYK0.040.1500.34
HSL283.85º13.13%61.18%-
HSV(B)283.85º15.38%66.27%-
XYZ31.8830.1941.68-
YUV151.64137.79135.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 169 (66.41% from 255) = 35.65%
R=34.18%
G=30.17%
B=35.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1621431690.040.1500.34283.8513.1361.18
HexA28FA94F02211cd3d
Octal2422172514170424341575
Binary101000101000111110101001100111101000101000111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FA9; }

 p { color: rgb(162,143,169); }

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

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

 a { background-color: rgb(162,143,169); }

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

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

 span { border-color: rgb(162,143,169); }

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