Html Css Color HEX #A360E5 Amethyst

📋 copy color: '#A360E5'

red 163 ◦ green 96 ◦ blue 229

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

Shades of Amethyst #A360E5

Tints of Amethyst #A360E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.67%

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

R = 33.4%
G = 19.67%
B = 46.93%

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

#A360E5 (or 0xA360E5) is known color: Amethyst. HEX triplet: A3, 60 and E5. RGB value is (163,96,229). Sum of RGB (Red+Green+Blue) = 163+96+229=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #A360E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360E5 is #5C9F1A. Grayscale: #828282. Windows color (decimal): -6070043 or 15032483. OLE color: 15032483.

HSL color Cylindrical-coordinate representation of color #A360E5: hue angle of 270.23º 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 #A360E5 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 96 229 -
CMYK 0.29 0.58 0 0.10
HSL 270.23º 0.72% 0.64% -
HSV(B) 270.23º 0.58% 0.9% -
XYZ 33.43 21.81 76.58 -
YUV 131.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 163 96 229 0.29 0.58 0 0.10 270.23 0.72 0.64
Hex A3 60 E5 1D 3A 0 A 10E 48 40
Octal 243 140 345 35 72 0 12 416 110 100
Binary 10100011 1100000 11100101 11101 111010 0 1010 100001110 1001000 1000000

Color Harmonies of #A360E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360E5

Black with #A360E5

Text Example


Text Example

White with #A360E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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