Html Css Color HEX #A361E0 Amethyst

📋 copy color: '#A361E0'

red 163 ◦ green 97 ◦ blue 224

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

Shades of Amethyst #A361E0

Tints of Amethyst #A361E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 33.68%
G = 20.04%
B = 46.28%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A361E0 (or 0xA361E0) is known color: Amethyst. HEX triplet: A3, 61 and E0. RGB value is (163,97,224). Sum of RGB (Red+Green+Blue) = 163+97+224=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #A361E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361E0 is #5C9E1F. Grayscale: #828282. Windows color (decimal): -6069792 or 14705059. OLE color: 14705059.

HSL color Cylindrical-coordinate representation of color #A361E0: hue angle of 271.18º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A361E0 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 97 224 -
CMYK 0.27 0.57 0 0.12
HSL 271.18º 0.67% 0.63% -
HSV(B) 271.18º 0.57% 0.88% -
XYZ 32.83 21.72 72.98 -
YUV 131.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 163 97 224 0.27 0.57 0 0.12 271.18 0.67 0.63
Hex A3 61 E0 1B 39 0 C 10F 43 3F
Octal 243 141 340 33 71 0 14 417 103 77
Binary 10100011 1100001 11100000 11011 111001 0 1100 100001111 1000011 111111

Color Harmonies of #A361E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361E0

Black with #A361E0

Text Example


Text Example

White with #A361E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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