#A381AA

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

Shades of Amethyst Smoke #A381AA

Tints of Amethyst Smoke #A381AA

Color information

#A381AA (or 0xA381AA) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 81 and AA. RGB value is (163,129,170). Sum of RGB (Red+Green+Blue) = 163+129+170=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A381AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381AA is #5C7E55. Grayscale: #8F8F8F. Windows color (decimal): -6061654 or 11174307. OLE color: 11174307.

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

Color convert

RGB163129170-
CMYK0.040.2400.33
HSL289.76º19.43%58.63%-
HSV(B)289.76º24.12%66.67%-
XYZ30.2126.3941.53-
YUV143.84142.76141.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=35.28%
G=27.92%
B=36.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631291700.040.2400.33289.7619.4358.63
HexA381AA418021122133b
Octal2432012524300414422373
Binary10100011100000011010101010011000010000110010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381AA; }

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

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

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

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

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

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

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

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