#A381AC

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

Shades of Amethyst Smoke #A381AC

Tints of Amethyst Smoke #A381AC

Color information

#A381AC (or 0xA381AC) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 81 and AC. RGB value is (163,129,172). Sum of RGB (Red+Green+Blue) = 163+129+172=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #A381AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381AC is #5C7E53. Grayscale: #8F8F8F. Windows color (decimal): -6061652 or 11305379. OLE color: 11305379.

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

Color convert

RGB163129172-
CMYK0.050.2500.33
HSL287.44º20.57%59.02%-
HSV(B)287.44º25%67.45%-
XYZ30.426.4742.54-
YUV144.07143.76141.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=35.13%
G=27.80%
B=37.07%

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
Decimal1631291720.050.2500.33287.4420.5759.02
HexA381AC51902111f153b
Octal2432012545310414372573
Binary10100011100000011010110010111001010000110001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381AC; }

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

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

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

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

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

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

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

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