#A371CD

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

Shades of Amethyst #A371CD

Tints of Amethyst #A371CD

Color information

#A371CD (or 0xA371CD) is unknown color: approx Amethyst. HEX triplet: A3, 71 and CD. RGB value is (163,113,205). Sum of RGB (Red+Green+Blue) = 163+113+205=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #A371CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371CD is #5C8E32. Grayscale: #8A8A8A. Windows color (decimal): -6065715 or 13463971. OLE color: 13463971.

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

Color convert

RGB163113205-
CMYK0.200.4500.20
HSL272.61º47.92%62.35%-
HSV(B)272.61º44.88%80.39%-
XYZ32.032460.7-
YUV138.44165.56145.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=33.89%
G=23.49%
B=42.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631132050.200.4500.20272.6147.9262.35
HexA371CD142D014111303e
Octal24316131524550244216076
Binary1010001111100011100110110100101101010100100010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371CD; }

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

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

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

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

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

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

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

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