#A371CB

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

Shades of Amethyst #A371CB

Tints of Amethyst #A371CB

Color information

#A371CB (or 0xA371CB) is unknown color: approx Amethyst. HEX triplet: A3, 71 and CB. RGB value is (163,113,203). Sum of RGB (Red+Green+Blue) = 163+113+203=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #A371CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371CB is #5C8E34. Grayscale: #898989. Windows color (decimal): -6065717 or 13332899. OLE color: 13332899.

HSL color Cylindrical-coordinate representation of color #A371CB: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A371CB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163113203-
CMYK0.200.4400.20
HSL273.33º46.39%61.96%-
HSV(B)273.33º44.33%79.61%-
XYZ31.7923.9159.44-
YUV138.21164.56145.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=34.03%
G=23.59%
B=42.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631132030.200.4400.20273.3346.3961.96
HexA371CB142C0141112e3e
Octal24316131324540244215676
Binary1010001111100011100101110100101100010100100010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371CB; }

 p { color: rgb(163,113,203); }

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

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

 a { background-color: rgb(163,113,203); }

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

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

 span { border-color: rgb(163,113,203); }

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