#A092A9

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

Shades of Amethyst Smoke #A092A9

Tints of Amethyst Smoke #A092A9

Color information

#A092A9 (or 0xA092A9) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 92 and A9. RGB value is (160,146,169). Sum of RGB (Red+Green+Blue) = 160+146+169=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 169 - color contains mainly: blue. Hex color #A092A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092A9 is #5F6D56. Grayscale: #989898. Windows color (decimal): -6253911 or 11113120. OLE color: 11113120.

HSL color Cylindrical-coordinate representation of color #A092A9: hue angle of 276.52º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A092A9 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB160146169-
CMYK0.050.1400.34
HSL276.52º11.79%61.76%-
HSV(B)276.52º13.61%66.27%-
XYZ31.9430.941.82-
YUV152.81137.14133.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=33.68%
G=30.74%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601461690.050.1400.34276.5211.7961.76
HexA092A95E022115c3e
Octal2402222515160424251476
Binary101000001001001010101001101111001000101000101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092A9; }

 p { color: rgb(160,146,169); }

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

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

 a { background-color: rgb(160,146,169); }

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

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

 span { border-color: rgb(160,146,169); }

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