#A485AB

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

Shades of Amethyst Smoke #A485AB

Tints of Amethyst Smoke #A485AB

Color information

#A485AB (or 0xA485AB) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 85 and AB. RGB value is (164,133,171). Sum of RGB (Red+Green+Blue) = 164+133+171=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 133 (52.34% from 255 or 28.42% 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 #A485AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A485AB is #5B7A54. Grayscale: #929292. Windows color (decimal): -5995093 or 11240868. OLE color: 11240868.

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

Color convert

RGB164133171-
CMYK0.040.2200.33
HSL288.95º18.45%59.61%-
HSV(B)288.95º22.22%67.06%-
XYZ31.0527.6142.22-
YUV146.6141.77140.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=35.04%
G=28.42%
B=36.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641331710.040.2200.33288.9518.4559.61
HexA485AB416021121123c
Octal2442052534260414412274
Binary10100100100001011010101110010110010000110010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485AB; }

 p { color: rgb(164,133,171); }

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

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

 a { background-color: rgb(164,133,171); }

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

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

 span { border-color: rgb(164,133,171); }

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