#A382AB

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

Shades of Amethyst Smoke #A382AB

Tints of Amethyst Smoke #A382AB

Color information

#A382AB (or 0xA382AB) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 82 and AB. RGB value is (163,130,171). Sum of RGB (Red+Green+Blue) = 163+130+171=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A382AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A382AB is #5C7D54. Grayscale: #909090. Windows color (decimal): -6061397 or 11240099. OLE color: 11240099.

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

Color convert

RGB163130171-
CMYK0.050.2400.33
HSL288.29º19.62%59.02%-
HSV(B)288.29º23.98%67.06%-
XYZ30.4426.6942.08-
YUV144.54142.93141.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=35.13%
G=28.02%
B=36.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631301710.050.2400.33288.2919.6259.02
HexA382AB518021120143b
Octal2432022535300414402473
Binary10100011100000101010101110111000010000110010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A382AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A382AB; }

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

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

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

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

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

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

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

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