#A281AC

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

Shades of Amethyst Smoke #A281AC

Tints of Amethyst Smoke #A281AC

Color information

#A281AC (or 0xA281AC) is unknown color: approx Amethyst Smoke. HEX triplet: A2, 81 and AC. RGB value is (162,129,172). Sum of RGB (Red+Green+Blue) = 162+129+172=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: blue. Hex color #A281AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A281AC is #5D7E53. Grayscale: #8F8F8F. Windows color (decimal): -6127188 or 11305378. OLE color: 11305378.

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

Color convert

RGB162129172-
CMYK0.060.2500.33
HSL286.05º20.57%59.02%-
HSV(B)286.05º25%67.45%-
XYZ30.226.3642.53-
YUV143.77143.93141-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=34.99%
G=27.86%
B=37.15%

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
Decimal1621291720.060.2500.33286.0520.5759.02
HexA281AC61902111e153b
Octal2422012546310414362573
Binary10100010100000011010110011011001010000110001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281AC; }

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

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

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

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

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

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

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

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