#A28EAA

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

Shades of Amethyst Smoke #A28EAA

Tints of Amethyst Smoke #A28EAA

Color information

#A28EAA (or 0xA28EAA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 8E and AA. RGB value is (162,142,170). Sum of RGB (Red+Green+Blue) = 162+142+170=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A28EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28EAA is #5D7155. Grayscale: #979797. Windows color (decimal): -6123862 or 11177634. OLE color: 11177634.

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

Color convert

RGB162142170-
CMYK0.050.1600.33
HSL282.86º14.14%61.18%-
HSV(B)282.86º16.47%66.67%-
XYZ31.8329.9342.13-
YUV151.17138.63135.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=34.18%
G=29.96%
B=35.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621421700.050.1600.33282.8614.1461.18
HexA28EAA51002111be3d
Octal2422162525200414331675
Binary1010001010001110101010101011000001000011000110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EAA; }

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

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

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

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

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

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

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

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