Html Css Color HEX #A361D5 Amethyst

📋 copy color: '#A361D5'

red 163 ◦ green 97 ◦ blue 213

#A361D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A361D5

Tints of Amethyst #A361D5

RGB

 RED value IS 163 (64.06% from 255) = 34.46%

 GREEN value IS 97 (38.28% from 255) = 20.51%

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 34.46%
G = 20.51%
B = 45.03%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A361D5 (or 0xA361D5) is known color: Amethyst. HEX triplet: A3, 61 and D5. RGB value is (163,97,213). Sum of RGB (Red+Green+Blue) = 163+97+213=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #A361D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361D5 is #5C9E2A. Grayscale: #818181. Windows color (decimal): -6069803 or 13984163. OLE color: 13984163.

HSL color Cylindrical-coordinate representation of color #A361D5: hue angle of 274.14º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A361D5 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 97 213 -
CMYK 0.23 0.54 0 0.16
HSL 274.14º 0.58% 0.61% -
HSV(B) 274.14º 0.54% 0.84% -
XYZ 31.39 21.14 65.38 -
YUV 129.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 163 97 213 0.23 0.54 0 0.16 274.14 0.58 0.61
Hex A3 61 D5 17 36 0 10 112 3A 3D
Octal 243 141 325 27 66 0 20 422 72 75
Binary 10100011 1100001 11010101 10111 110110 0 10000 100010010 111010 111101

Color Harmonies of #A361D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361D5

Black with #A361D5

Text Example


Text Example

White with #A361D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361D5; }

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

 H1.HeaderClassName
 {
   color: #A361D5;
 }
 .AnyTagClassName
 {
   color: #A361D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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