#A093A5

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

Shades of Amethyst Smoke #A093A5

Tints of Amethyst Smoke #A093A5

Color information

#A093A5 (or 0xA093A5) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 93 and A5. RGB value is (160,147,165). Sum of RGB (Red+Green+Blue) = 160+147+165=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 165 - color contains mainly: blue. Hex color #A093A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A093A5 is #5F6C5A. Grayscale: #989898. Windows color (decimal): -6253659 or 10851232. OLE color: 10851232.

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

Color convert

RGB160147165-
CMYK0.030.1100.35
HSL283.33º9.09%61.18%-
HSV(B)283.33º10.91%64.71%-
XYZ31.7231.0639.92-
YUV152.94134.81133.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 165 (64.84% from 255) = 34.96%
R=33.90%
G=31.14%
B=34.96%

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
Decimal1601471650.030.1100.35283.339.0961.18
HexA093A53B02311b93d
Octal2402232453130434331175
Binary10100000100100111010010111101101000111000110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A093A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A093A5; }

 p { color: rgb(160,147,165); }

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

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

 a { background-color: rgb(160,147,165); }

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

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

 span { border-color: rgb(160,147,165); }

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