#A083A3

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

Shades of Amethyst Smoke #A083A3

Tints of Amethyst Smoke #A083A3

Color information

#A083A3 (or 0xA083A3) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 83 and A3. RGB value is (160,131,163). Sum of RGB (Red+Green+Blue) = 160+131+163=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 163 - color contains mainly: blue. Hex color #A083A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A083A3 is #5F7C5C. Grayscale: #8F8F8F. Windows color (decimal): -6257757 or 10716064. OLE color: 10716064.

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

Color convert

RGB160131163-
CMYK0.020.2000.36
HSL294.38º14.81%57.65%-
HSV(B)294.38º19.63%63.92%-
XYZ29.2226.3538.2-
YUV143.32139.11139.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 163 (64.06% from 255) = 35.90%
R=35.24%
G=28.85%
B=35.90%

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
Decimal1601311630.020.2000.36294.3814.8157.65
HexA083A3214024126f3a
Octal2402032432240444461772
Binary101000001000001110100011101010001001001001001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083A3; }

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

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

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

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

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

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

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

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