#A28CA7

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

Shades of Amethyst Smoke #A28CA7

Tints of Amethyst Smoke #A28CA7

Color information

#A28CA7 (or 0xA28CA7) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 8C and A7. RGB value is (162,140,167). Sum of RGB (Red+Green+Blue) = 162+140+167=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 167 - color contains mainly: blue. Hex color #A28CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CA7 is #5D7358. Grayscale: #959595. Windows color (decimal): -6124377 or 10980514. OLE color: 10980514.

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

Color convert

RGB162140167-
CMYK0.030.1600.35
HSL288.89º13.3%60.2%-
HSV(B)288.89º16.17%65.49%-
XYZ31.2529.2340.55-
YUV149.66137.79136.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 167 (65.62% from 255) = 35.61%
R=34.54%
G=29.85%
B=35.61%

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
Decimal1621401670.030.1600.35288.8913.360.2
HexA28CA7310023121d3c
Octal2422142473200434411574
Binary101000101000110010100111111000001000111001000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CA7; }

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

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

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

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

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

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

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

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