#A482AB

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

Shades of Amethyst Smoke #A482AB

Tints of Amethyst Smoke #A482AB

Color information

#A482AB (or 0xA482AB) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 82 and AB. RGB value is (164,130,171). Sum of RGB (Red+Green+Blue) = 164+130+171=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #A482AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A482AB is #5B7D54. Grayscale: #909090. Windows color (decimal): -5995861 or 11240100. OLE color: 11240100.

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

Color convert

RGB164130171-
CMYK0.040.2400.33
HSL289.76º19.62%59.02%-
HSV(B)289.76º23.98%67.06%-
XYZ30.6426.842.09-
YUV144.84142.76141.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=35.27%
G=27.96%
B=36.77%

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
Decimal1641301710.040.2400.33289.7619.6259.02
HexA482AB418021122143b
Octal2442022534300414422473
Binary10100100100000101010101110011000010000110010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482AB; }

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

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

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

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

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

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

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

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