#A481AB

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

Shades of Amethyst Smoke #A481AB

Tints of Amethyst Smoke #A481AB

Color information

#A481AB (or 0xA481AB) is unknown color: approx Amethyst Smoke. HEX triplet: A4, 81 and AB. RGB value is (164,129,171). Sum of RGB (Red+Green+Blue) = 164+129+171=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A481AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A481AB is #5B7E54. Grayscale: #909090. Windows color (decimal): -5996117 or 11239844. OLE color: 11239844.

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

Color convert

RGB164129171-
CMYK0.040.2500.33
HSL290º20%58.82%-
HSV(B)290º24.56%67.06%-
XYZ30.5126.5342.04-
YUV144.25143.1142.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=35.34%
G=27.80%
B=36.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641291710.040.2500.332902058.82
HexA481AB419021122143b
Octal2442012534310414422473
Binary10100100100000011010101110011001010000110010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481AB; }

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

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

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

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

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

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

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

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