#A28FA7

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

Shades of Amethyst Smoke #A28FA7

Tints of Amethyst Smoke #A28FA7

Color information

#A28FA7 (or 0xA28FA7) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 8F and A7. RGB value is (162,143,167). Sum of RGB (Red+Green+Blue) = 162+143+167=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 167 - color contains mainly: blue. Hex color #A28FA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FA7 is #5D7058. Grayscale: #979797. Windows color (decimal): -6123609 or 10981282. OLE color: 10981282.

HSL color Cylindrical-coordinate representation of color #A28FA7: hue angle of 287.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A28FA7 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB162143167-
CMYK0.030.1400.35
HSL287.5º12%60.78%-
HSV(B)287.5º14.37%65.49%-
XYZ31.730.1240.7-
YUV151.42136.79135.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=34.32%
G=30.30%
B=35.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621431670.030.1400.35287.51260.78
HexA28FA73E023120c3d
Octal2422172473160434401475
Binary10100010100011111010011111111001000111001000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FA7; }

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

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

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

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

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

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

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

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