#A580AB

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

Shades of Amethyst Smoke #A580AB

Tints of Amethyst Smoke #A580AB

Color information

#A580AB (or 0xA580AB) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 80 and AB. RGB value is (165,128,171). Sum of RGB (Red+Green+Blue) = 165+128+171=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 128 (50.39% from 255 or 27.59% 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 #A580AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A580AB is #5A7F54. Grayscale: #8F8F8F. Windows color (decimal): -5930837 or 11239589. OLE color: 11239589.

HSL color Cylindrical-coordinate representation of color #A580AB: hue angle of 291.63º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A580AB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165128171-
CMYK0.040.2500.33
HSL291.63º20.38%58.63%-
HSV(B)291.63º25.15%67.06%-
XYZ30.5926.3842.01-
YUV143.96143.26143-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=35.56%
G=27.59%
B=36.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651281710.040.2500.33291.6320.3858.63
HexA580AB419021124143b
Octal2452002534310414442473
Binary10100101100000001010101110011001010000110010010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580AB; }

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

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

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

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

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

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

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

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