#A488AA

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

Shades of Amethyst Smoke #A488AA

Tints of Amethyst Smoke #A488AA

Color information

#A488AA (or 0xA488AA) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 88 and AA. RGB value is (164,136,170). Sum of RGB (Red+Green+Blue) = 164+136+170=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #A488AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A488AA is #5B7755. Grayscale: #949494. Windows color (decimal): -5994326 or 11176100. OLE color: 11176100.

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

Color convert

RGB164136170-
CMYK0.040.2000.33
HSL289.41º16.67%60%-
HSV(B)289.41º20%66.67%-
XYZ31.3728.441.86-
YUV148.25140.28139.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.89%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=34.89%
G=28.94%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641361700.040.2000.33289.4116.6760
HexA488AA414021121113c
Octal2442102524240414412174
Binary10100100100010001010101010010100010000110010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488AA; }

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

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

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

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

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

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

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

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