#A28DA7

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

Shades of Amethyst Smoke #A28DA7

Tints of Amethyst Smoke #A28DA7

Color information

#A28DA7 (or 0xA28DA7) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 8D and A7. RGB value is (162,141,167). Sum of RGB (Red+Green+Blue) = 162+141+167=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 167 - color contains mainly: blue. Hex color #A28DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28DA7 is #5D7258. Grayscale: #969696. Windows color (decimal): -6124121 or 10980770. OLE color: 10980770.

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

Color convert

RGB162141167-
CMYK0.030.1600.35
HSL288.46º12.87%60.39%-
HSV(B)288.46º15.57%65.49%-
XYZ31.429.5240.6-
YUV150.24137.46136.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=34.47%
G=30%
B=35.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621411670.030.1600.35288.4612.8760.39
HexA28DA7310023120d3c
Octal2422152473200434401574
Binary101000101000110110100111111000001000111001000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DA7; }

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

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

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

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

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

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

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

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