#A080AB

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

Shades of Amethyst Smoke #A080AB

Tints of Amethyst Smoke #A080AB

Color information

#A080AB (or 0xA080AB) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 80 and AB. RGB value is (160,128,171). Sum of RGB (Red+Green+Blue) = 160+128+171=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A080AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A080AB is #5F7F54. Grayscale: #8E8E8E. Windows color (decimal): -6258517 or 11239584. OLE color: 11239584.

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

Color convert

RGB160128171-
CMYK0.060.2500.33
HSL284.65º20.38%58.63%-
HSV(B)284.65º25.15%67.06%-
XYZ29.5725.8541.96-
YUV142.47144.1140.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=34.86%
G=27.89%
B=37.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601281710.060.2500.33284.6520.3858.63
HexA080AB61902111d143b
Octal2402002536310414352473
Binary10100000100000001010101111011001010000110001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080AB; }

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

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

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

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

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

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

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

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