#A280AB

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

Shades of Amethyst Smoke #A280AB

Tints of Amethyst Smoke #A280AB

Color information

#A280AB (or 0xA280AB) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 80 and AB. RGB value is (162,128,171). Sum of RGB (Red+Green+Blue) = 162+128+171=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A280AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A280AB is #5D7F54. Grayscale: #8E8E8E. Windows color (decimal): -6127445 or 11239586. OLE color: 11239586.

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

Color convert

RGB162128171-
CMYK0.050.2500.33
HSL287.44º20.38%58.63%-
HSV(B)287.44º25.15%67.06%-
XYZ29.9726.0641.98-
YUV143.07143.76141.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=35.14%
G=27.77%
B=37.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621281710.050.2500.33287.4420.3858.63
HexA280AB51902111f143b
Octal2422002535310414372473
Binary10100010100000001010101110111001010000110001111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280AB; }

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

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

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

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

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

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

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

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