#A183AC

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

Shades of Amethyst Smoke #A183AC

Tints of Amethyst Smoke #A183AC

Color information

#A183AC (or 0xA183AC) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 83 and AC. RGB value is (161,131,172). Sum of RGB (Red+Green+Blue) = 161+131+172=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A183AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A183AC is #5E7C53. Grayscale: #909090. Windows color (decimal): -6192212 or 11305889. OLE color: 11305889.

HSL color Cylindrical-coordinate representation of color #A183AC: hue angle of 283.9º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A183AC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161131172-
CMYK0.060.2400.33
HSL283.9º19.81%59.41%-
HSV(B)283.9º23.84%67.45%-
XYZ30.2626.7942.61-
YUV144.64143.44139.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=34.70%
G=28.23%
B=37.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611311720.060.2400.33283.919.8159.41
HexA183AC61802111c143b
Octal2412032546300414342473
Binary10100001100000111010110011011000010000110001110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183AC; }

 p { color: rgb(161,131,172); }

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

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

 a { background-color: rgb(161,131,172); }

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

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

 span { border-color: rgb(161,131,172); }

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