#A083A4

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

Shades of Amethyst Smoke #A083A4

Tints of Amethyst Smoke #A083A4

Color information

#A083A4 (or 0xA083A4) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 83 and A4. RGB value is (160,131,164). Sum of RGB (Red+Green+Blue) = 160+131+164=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 164 - color contains mainly: blue. Hex color #A083A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A083A4 is #5F7C5B. Grayscale: #8F8F8F. Windows color (decimal): -6257756 or 10781600. OLE color: 10781600.

HSL color Cylindrical-coordinate representation of color #A083A4: hue angle of 292.73º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A083A4 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB160131164-
CMYK0.020.2000.36
HSL292.73º15.35%57.84%-
HSV(B)292.73º20.12%64.31%-
XYZ29.3126.3938.67-
YUV143.43139.61139.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=35.16%
G=28.79%
B=36.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601311640.020.2000.36292.7315.3557.84
HexA083A4214024125f3a
Octal2402032442240444451772
Binary101000001000001110100100101010001001001001001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083A4; }

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

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

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

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

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

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

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

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