#A094A4

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

Shades of Amethyst Smoke #A094A4

Tints of Amethyst Smoke #A094A4

Color information

#A094A4 (or 0xA094A4) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 94 and A4. RGB value is (160,148,164). Sum of RGB (Red+Green+Blue) = 160+148+164=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 164 - color contains mainly: blue. Hex color #A094A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A094A4 is #5F6B5B. Grayscale: #999999. Windows color (decimal): -6253404 or 10785952. OLE color: 10785952.

HSL color Cylindrical-coordinate representation of color #A094A4: hue angle of 285º 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 #A094A4 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB160148164-
CMYK0.020.1000.36
HSL285º8.08%61.18%-
HSV(B)285º9.76%64.31%-
XYZ31.7931.3339.49-
YUV153.41133.98132.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=33.90%
G=31.36%
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
Decimal1601481640.020.1000.362858.0861.18
HexA094A42A02411d83d
Octal2402242442120444351075
Binary10100000100101001010010010101001001001000111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094A4; }

 p { color: rgb(160,148,164); }

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

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

 a { background-color: rgb(160,148,164); }

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

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

 span { border-color: rgb(160,148,164); }

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