#A361DD

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

Shades of Amethyst #A361DD

Tints of Amethyst #A361DD

Color information

#A361DD (or 0xA361DD) is unknown color: approx Amethyst. HEX triplet: A3, 61 and DD. RGB value is (163,97,221). Sum of RGB (Red+Green+Blue) = 163+97+221=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #A361DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361DD is #5C9E22. Grayscale: #828282. Windows color (decimal): -6069795 or 14508451. OLE color: 14508451.

HSL color Cylindrical-coordinate representation of color #A361DD: hue angle of 271.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A361DD is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16397221-
CMYK0.260.5600.13
HSL271.94º64.58%62.35%-
HSV(B)271.94º56.11%86.67%-
XYZ32.4321.5670.86-
YUV130.87178.87150.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=33.89%
G=20.17%
B=45.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163972210.260.5600.13271.9464.5862.35
HexA361DD1A380D110413e
Octal243141335327001542010176
Binary1010001111000011101110111010111000011011000100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361DD; }

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

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

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

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

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

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

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

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