#A081AC

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

Shades of Amethyst Smoke #A081AC

Tints of Amethyst Smoke #A081AC

Color information

#A081AC (or 0xA081AC) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 81 and AC. RGB value is (160,129,172). Sum of RGB (Red+Green+Blue) = 160+129+172=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A081AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A081AC is #5F7E53. Grayscale: #8F8F8F. Windows color (decimal): -6258260 or 11305376. OLE color: 11305376.

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

Color convert

RGB160129172-
CMYK0.070.2500.33
HSL283.26º20.57%59.02%-
HSV(B)283.26º25%67.45%-
XYZ29.7926.1542.51-
YUV143.17144.27140-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=34.71%
G=27.98%
B=37.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601291720.070.2500.33283.2620.5759.02
HexA081AC71902111b153b
Octal2402012547310414332573
Binary10100000100000011010110011111001010000110001101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A081AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A081AC; }

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

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

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

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

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

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

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

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