#A280AC

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

Shades of Amethyst Smoke #A280AC

Tints of Amethyst Smoke #A280AC

Color information

#A280AC (or 0xA280AC) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 80 and AC. RGB value is (162,128,172). Sum of RGB (Red+Green+Blue) = 162+128+172=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #A280AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A280AC is #5D7F53. Grayscale: #8F8F8F. Windows color (decimal): -6127444 or 11305122. OLE color: 11305122.

HSL color Cylindrical-coordinate representation of color #A280AC: hue angle of 286.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A280AC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162128172-
CMYK0.060.2600.33
HSL286.36º20.95%58.82%-
HSV(B)286.36º25.58%67.45%-
XYZ30.0726.142.48-
YUV143.18144.26141.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 172 (67.58% from 255) = 37.23%
R=35.06%
G=27.71%
B=37.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621281720.060.2600.33286.3620.9558.82
HexA280AC61A02111e153b
Octal2422002546320414362573
Binary10100010100000001010110011011010010000110001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A280AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A280AC; }

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

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

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

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

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

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

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

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