#A183AA

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

Shades of Amethyst Smoke #A183AA

Tints of Amethyst Smoke #A183AA

Color information

#A183AA (or 0xA183AA) is unknown color: approx Amethyst Smoke. HEX triplet: A1, 83 and AA. RGB value is (161,131,170). Sum of RGB (Red+Green+Blue) = 161+131+170=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A183AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A183AA is #5E7C55. Grayscale: #909090. Windows color (decimal): -6192214 or 11174817. OLE color: 11174817.

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

Color convert

RGB161131170-
CMYK0.050.2300.33
HSL286.15º18.66%59.02%-
HSV(B)286.15º22.94%66.67%-
XYZ30.0726.7141.6-
YUV144.42142.44139.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.85%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=34.85%
G=28.35%
B=36.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611311700.050.2300.33286.1518.6659.02
HexA183AA51702111e133b
Octal2412032525270414362373
Binary10100001100000111010101010110111010000110001111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183AA; }

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

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

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

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

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

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

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

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