#A28FA6

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

Shades of Amethyst Smoke #A28FA6

Tints of Amethyst Smoke #A28FA6

Color information

#A28FA6 (or 0xA28FA6) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 8F and A6. RGB value is (162,143,166). Sum of RGB (Red+Green+Blue) = 162+143+166=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 166 - color contains mainly: blue. Hex color #A28FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FA6 is #5D7059. Grayscale: #979797. Windows color (decimal): -6123610 or 10915746. OLE color: 10915746.

HSL color Cylindrical-coordinate representation of color #A28FA6: hue angle of 289.57º degrees, saturation: 0.11, 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 #A28FA6 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB162143166-
CMYK0.020.1400.35
HSL289.57º11.44%60.59%-
HSV(B)289.57º13.86%65.1%-
XYZ31.6130.0840.22-
YUV151.3136.29135.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=34.39%
G=30.36%
B=35.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621431660.020.1400.35289.5711.4460.59
HexA28FA62E023122b3d
Octal2422172462160434421375
Binary10100010100011111010011010111001000111001000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FA6; }

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

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

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

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

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

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

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

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