#A092A3

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

Shades of Amethyst Smoke #A092A3

Tints of Amethyst Smoke #A092A3

Color information

#A092A3 (or 0xA092A3) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 92 and A3. RGB value is (160,146,163). Sum of RGB (Red+Green+Blue) = 160+146+163=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 163 - color contains mainly: blue. Hex color #A092A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092A3 is #5F6D5C. Grayscale: #989898. Windows color (decimal): -6253917 or 10719904. OLE color: 10719904.

HSL color Cylindrical-coordinate representation of color #A092A3: hue angle of 289.41º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A092A3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB160146163-
CMYK0.020.1000.36
HSL289.41º8.46%60.59%-
HSV(B)289.41º10.43%63.92%-
XYZ31.3930.6838.92-
YUV152.12134.14133.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=34.12%
G=31.13%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601461630.020.1000.36289.418.4660.59
HexA092A32A02412183d
Octal2402222432120444411075
Binary10100000100100101010001110101001001001001000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092A3; }

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

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

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

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

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

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

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

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