#A382AA

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

Shades of Amethyst Smoke #A382AA

Tints of Amethyst Smoke #A382AA

Color information

#A382AA (or 0xA382AA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 82 and AA. RGB value is (163,130,170). Sum of RGB (Red+Green+Blue) = 163+130+170=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A382AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A382AA is #5C7D55. Grayscale: #909090. Windows color (decimal): -6061398 or 11174563. OLE color: 11174563.

HSL color Cylindrical-coordinate representation of color #A382AA: hue angle of 289.5º degrees, saturation: 0.19, 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 #A382AA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163130170-
CMYK0.040.2400.33
HSL289.5º19.05%58.82%-
HSV(B)289.5º23.53%66.67%-
XYZ30.3426.6541.58-
YUV144.43142.43141.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=35.21%
G=28.08%
B=36.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631301700.040.2400.33289.519.0558.82
HexA382AA418021122133b
Octal2432022524300414422373
Binary10100011100000101010101010011000010000110010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382AA; }

 p { color: rgb(163,130,170); }

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

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

 a { background-color: rgb(163,130,170); }

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

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

 span { border-color: rgb(163,130,170); }

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