#A361C7

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

Shades of Amethyst #A361C7

Tints of Amethyst #A361C7

Color information

#A361C7 (or 0xA361C7) is unknown color: approx Amethyst. HEX triplet: A3, 61 and C7. RGB value is (163,97,199). Sum of RGB (Red+Green+Blue) = 163+97+199=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 199 - color contains mainly: blue. Hex color #A361C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361C7 is #5C9E38. Grayscale: #808080. Windows color (decimal): -6069817 or 13066659. OLE color: 13066659.

HSL color Cylindrical-coordinate representation of color #A361C7: hue angle of 278.82º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A361C7 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16397199-
CMYK0.180.5100.22
HSL278.82º47.66%58.04%-
HSV(B)278.82º51.26%78.04%-
XYZ29.6920.4656.42-
YUV128.36167.87152.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 199 (78.12% from 255) = 43.36%
R=35.51%
G=21.13%
B=43.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163971990.180.5100.22278.8247.6658.04
HexA361C71233016117303a
Octal24314130722630264276072
Binary1010001111000011100011110010110011010110100010111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361C7; }

 p { color: rgb(163,97,199); }

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

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

 a { background-color: rgb(163,97,199); }

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

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

 span { border-color: rgb(163,97,199); }

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