#A28FAA

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

Shades of Amethyst Smoke #A28FAA

Tints of Amethyst Smoke #A28FAA

Color information

#A28FAA (or 0xA28FAA) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 8F and AA. RGB value is (162,143,170). Sum of RGB (Red+Green+Blue) = 162+143+170=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #A28FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FAA is #5D7055. Grayscale: #979797. Windows color (decimal): -6123606 or 11177890. OLE color: 11177890.

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

Color convert

RGB162143170-
CMYK0.050.1600.33
HSL282.22º13.71%61.37%-
HSV(B)282.22º15.88%66.67%-
XYZ31.9830.2342.18-
YUV151.76138.29135.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=34.11%
G=30.11%
B=35.79%

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
Decimal1621431700.050.1600.33282.2213.7161.37
HexA28FAA51002111ae3d
Octal2422172525200414321675
Binary1010001010001111101010101011000001000011000110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FAA; }

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

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

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

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

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

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

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

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