#A583AB

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

Shades of Amethyst Smoke #A583AB

Tints of Amethyst Smoke #A583AB

Color information

#A583AB (or 0xA583AB) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 83 and AB. RGB value is (165,131,171). Sum of RGB (Red+Green+Blue) = 165+131+171=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #A583AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A583AB is #5A7C54. Grayscale: #919191. Windows color (decimal): -5930069 or 11240357. OLE color: 11240357.

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

Color convert

RGB165131171-
CMYK0.040.2300.33
HSL291º19.23%59.22%-
HSV(B)291º23.39%67.06%-
XYZ30.9827.1742.14-
YUV145.73142.26141.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=35.33%
G=28.05%
B=36.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651311710.040.2300.3329119.2359.22
HexA583AB417021123133b
Octal2452032534270414432373
Binary10100101100000111010101110010111010000110010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583AB; }

 p { color: rgb(165,131,171); }

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

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

 a { background-color: rgb(165,131,171); }

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

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

 span { border-color: rgb(165,131,171); }

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