#A380AB

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

Shades of Amethyst Smoke #A380AB

Tints of Amethyst Smoke #A380AB

Color information

#A380AB (or 0xA380AB) is unknown color: approx Amethyst Smoke. HEX triplet: A3, 80 and AB. RGB value is (163,128,171). Sum of RGB (Red+Green+Blue) = 163+128+171=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A380AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380AB is #5C7F54. Grayscale: #8F8F8F. Windows color (decimal): -6061909 or 11239587. OLE color: 11239587.

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

Color convert

RGB163128171-
CMYK0.050.2500.33
HSL288.84º20.38%58.63%-
HSV(B)288.84º25.15%67.06%-
XYZ30.1726.1741.99-
YUV143.37143.6142-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=35.28%
G=27.71%
B=37.01%

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
Decimal1631281710.050.2500.33288.8420.3858.63
HexA380AB519021121143b
Octal2432002535310414412473
Binary10100011100000001010101110111001010000110010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A380AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A380AB; }

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

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

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

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

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

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

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

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