#A294A7

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

Shades of Amethyst Smoke #A294A7

Tints of Amethyst Smoke #A294A7

Color information

#A294A7 (or 0xA294A7) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 94 and A7. RGB value is (162,148,167). Sum of RGB (Red+Green+Blue) = 162+148+167=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 167 - color contains mainly: blue. Hex color #A294A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A294A7 is #5D6B58. Grayscale: #9A9A9A. Windows color (decimal): -6122329 or 10982562. OLE color: 10982562.

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

Color convert

RGB162148167-
CMYK0.030.1100.35
HSL284.21º9.74%61.76%-
HSV(B)284.21º11.38%65.49%-
XYZ32.4731.6540.96-
YUV154.35135.14133.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 167 (65.62% from 255) = 35.01%
R=33.96%
G=31.03%
B=35.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621481670.030.1100.35284.219.7461.76
HexA294A73B02311ca3e
Octal2422242473130434341276
Binary10100010100101001010011111101101000111000111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A294A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A294A7; }

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

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

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

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

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

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

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

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