#A371CE

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

Shades of Amethyst #A371CE

Tints of Amethyst #A371CE

Color information

#A371CE (or 0xA371CE) is unknown color: approx Amethyst. HEX triplet: A3, 71 and CE. RGB value is (163,113,206). Sum of RGB (Red+Green+Blue) = 163+113+206=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A371CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371CE is #5C8E31. Grayscale: #8A8A8A. Windows color (decimal): -6065714 or 13529507. OLE color: 13529507.

HSL color Cylindrical-coordinate representation of color #A371CE: hue angle of 272.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A371CE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163113206-
CMYK0.210.4500.19
HSL272.26º48.69%62.55%-
HSV(B)272.26º45.15%80.78%-
XYZ32.1524.0561.34-
YUV138.55166.06145.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=33.82%
G=23.44%
B=42.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631132060.210.4500.19272.2648.6962.55
HexA371CE152D013110313f
Octal24316131625550234206177
Binary1010001111100011100111010101101101010011100010000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371CE; }

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

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

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

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

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

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

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

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