#A381AB

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

Shades of Amethyst Smoke #A381AB

Tints of Amethyst Smoke #A381AB

Color information

#A381AB (or 0xA381AB) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 81 and AB. RGB value is (163,129,171). Sum of RGB (Red+Green+Blue) = 163+129+171=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #A381AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381AB is #5C7E54. Grayscale: #8F8F8F. Windows color (decimal): -6061653 or 11239843. OLE color: 11239843.

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

Color convert

RGB163129171-
CMYK0.050.2500.33
HSL288.57º20%58.82%-
HSV(B)288.57º24.56%67.06%-
XYZ30.3126.4342.03-
YUV143.95143.26141.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=35.21%
G=27.86%
B=36.93%

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
Decimal1631291710.050.2500.33288.572058.82
HexA381AB519021121143b
Octal2432012535310414412473
Binary10100011100000011010101110111001010000110010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381AB; }

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

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

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

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

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

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

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

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