#A361DA

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

Shades of Amethyst #A361DA

Tints of Amethyst #A361DA

Color information

#A361DA (or 0xA361DA) is unknown color: approx Amethyst. HEX triplet: A3, 61 and DA. RGB value is (163,97,218). Sum of RGB (Red+Green+Blue) = 163+97+218=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #A361DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361DA is #5C9E25. Grayscale: #828282. Windows color (decimal): -6069798 or 14311843. OLE color: 14311843.

HSL color Cylindrical-coordinate representation of color #A361DA: hue angle of 272.73º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A361DA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16397218-
CMYK0.250.5600.15
HSL272.73º62.05%61.76%-
HSV(B)272.73º55.5%85.49%-
XYZ32.0321.468.77-
YUV130.53177.37151.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 97 (38.28% from 255) = 20.29%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=34.10%
G=20.29%
B=45.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163972180.250.5600.15272.7362.0561.76
HexA361DA19380F1113e3e
Octal24314133231700174217676
Binary101000111100001110110101100111100001111100010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361DA; }

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

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

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

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

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

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

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

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