#A362D1

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

Shades of Amethyst #A362D1

Tints of Amethyst #A362D1

Color information

#A362D1 (or 0xA362D1) is unknown color: approx Amethyst. HEX triplet: A3, 62 and D1. RGB value is (163,98,209). Sum of RGB (Red+Green+Blue) = 163+98+209=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #A362D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362D1 is #5C9D2E. Grayscale: #818181. Windows color (decimal): -6069551 or 13722275. OLE color: 13722275.

HSL color Cylindrical-coordinate representation of color #A362D1: hue angle of 275.14º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A362D1 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16398209-
CMYK0.220.5300.18
HSL275.14º54.68%60.2%-
HSV(B)275.14º53.11%81.96%-
XYZ30.9821.1362.77-
YUV130.09172.53151.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 98 (38.67% from 255) = 20.85%
BLUE value IS 209 (82.03% from 255) = 44.47%
R=34.68%
G=20.85%
B=44.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163982090.220.5300.18275.1454.6860.2
HexA362D11635012113373c
Octal24314232126650224236774
Binary1010001111000101101000110110110101010010100010011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362D1; }

 p { color: rgb(163,98,209); }

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

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

 a { background-color: rgb(163,98,209); }

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

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

 span { border-color: rgb(163,98,209); }

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