Html Css Color HEX #A361E5 Amethyst

📋 copy color: '#A361E5'

red 163 ◦ green 97 ◦ blue 229

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

Shades of Amethyst #A361E5

Tints of Amethyst #A361E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.83%

R = 33.33%
G = 19.84%
B = 46.83%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A361E5 (or 0xA361E5) is known color: Amethyst. HEX triplet: A3, 61 and E5. RGB value is (163,97,229). Sum of RGB (Red+Green+Blue) = 163+97+229=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #A361E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361E5 is #5C9E1A. Grayscale: #838383. Windows color (decimal): -6069787 or 15032739. OLE color: 15032739.

HSL color Cylindrical-coordinate representation of color #A361E5: hue angle of 270º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A361E5 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 97 229 -
CMYK 0.29 0.58 0 0.10
HSL 270º 0.72% 0.64% -
HSV(B) 270º 0.58% 0.9% -
XYZ 33.52 21.99 76.61 -
YUV 131.78 182.87 150.27 -
System Red Green Blue C M Y K H S L
Decimal 163 97 229 0.29 0.58 0 0.10 270 0.72 0.64
Hex A3 61 E5 1D 3A 0 A 10E 48 40
Octal 243 141 345 35 72 0 12 416 110 100
Binary 10100011 1100001 11100101 11101 111010 0 1010 100001110 1001000 1000000

Color Harmonies of #A361E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361E5

Black with #A361E5

Text Example


Text Example

White with #A361E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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