#A081A4

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

Shades of Amethyst Smoke #A081A4

Tints of Amethyst Smoke #A081A4

Color information

#A081A4 (or 0xA081A4) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 81 and A4. RGB value is (160,129,164). Sum of RGB (Red+Green+Blue) = 160+129+164=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #A081A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A081A4 is #5F7E5B. Grayscale: #8E8E8E. Windows color (decimal): -6258268 or 10781088. OLE color: 10781088.

HSL color Cylindrical-coordinate representation of color #A081A4: hue angle of 293.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A081A4 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB160129164-
CMYK0.020.2100.36
HSL293.14º16.13%57.45%-
HSV(B)293.14º21.34%64.31%-
XYZ29.0525.8538.58-
YUV142.26140.27140.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=35.32%
G=28.48%
B=36.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601291640.020.2100.36293.1416.1357.45
HexA081A42150241251039
Octal2402012442250444452071
Binary1010000010000001101001001010101010010010010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081A4; }

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

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

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

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

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

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

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

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