#A282AB

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

Shades of Amethyst Smoke #A282AB

Tints of Amethyst Smoke #A282AB

Color information

#A282AB (or 0xA282AB) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 82 and AB. RGB value is (162,130,171). Sum of RGB (Red+Green+Blue) = 162+130+171=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #A282AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A282AB is #5D7D54. Grayscale: #909090. Windows color (decimal): -6126933 or 11240098. OLE color: 11240098.

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

Color convert

RGB162130171-
CMYK0.050.2400.33
HSL286.83º19.62%59.02%-
HSV(B)286.83º23.98%67.06%-
XYZ30.2326.5942.07-
YUV144.24143.1140.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=34.99%
G=28.08%
B=36.93%

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
Decimal1621301710.050.2400.33286.8319.6259.02
HexA282AB51802111f143b
Octal2422022535300414372473
Binary10100010100000101010101110111000010000110001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A282AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A282AB; }

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

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

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

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

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

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

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

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