#A588AA

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

Shades of Amethyst Smoke #A588AA

Tints of Amethyst Smoke #A588AA

Color information

#A588AA (or 0xA588AA) is unknown color: approx Amethyst Smoke. HEX triplet: A5, 88 and AA. RGB value is (165,136,170). Sum of RGB (Red+Green+Blue) = 165+136+170=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #A588AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A588AA is #5A7755. Grayscale: #949494. Windows color (decimal): -5928790 or 11176101. OLE color: 11176101.

HSL color Cylindrical-coordinate representation of color #A588AA: hue angle of 291.18º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A588AA is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165136170-
CMYK0.030.2000.33
HSL291.18º16.67%60%-
HSV(B)291.18º20%66.67%-
XYZ31.5828.5141.87-
YUV148.55140.11139.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=35.03%
G=28.87%
B=36.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651361700.030.2000.33291.1816.6760
HexA588AA314021123113c
Octal2452102523240414432174
Binary1010010110001000101010101110100010000110010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588AA; }

 p { color: rgb(165,136,170); }

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

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

 a { background-color: rgb(165,136,170); }

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

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

 span { border-color: rgb(165,136,170); }

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