#A584AB

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

Shades of Amethyst Smoke #A584AB

Tints of Amethyst Smoke #A584AB

Color information

#A584AB (or 0xA584AB) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 84 and AB. RGB value is (165,132,171). Sum of RGB (Red+Green+Blue) = 165+132+171=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #A584AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584AB is #5A7B54. Grayscale: #929292. Windows color (decimal): -5929813 or 11240613. OLE color: 11240613.

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

Color convert

RGB165132171-
CMYK0.040.2300.33
HSL290.77º18.84%59.41%-
HSV(B)290.77º22.81%67.06%-
XYZ31.1227.4442.18-
YUV146.31141.93141.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=35.26%
G=28.21%
B=36.54%

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
Decimal1651321710.040.2300.33290.7718.8459.41
HexA584AB417021123133b
Octal2452042534270414432373
Binary10100101100001001010101110010111010000110010001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584AB; }

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

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

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

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

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

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

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

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