Html Css Color HEX #A360E4 Amethyst

📋 copy color: '#A360E4'

red 163 ◦ green 96 ◦ blue 228

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

Shades of Amethyst #A360E4

Tints of Amethyst #A360E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.82%

R = 33.47%
G = 19.71%
B = 46.82%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A360E4 (or 0xA360E4) is known color: Amethyst. HEX triplet: A3, 60 and E4. RGB value is (163,96,228). Sum of RGB (Red+Green+Blue) = 163+96+228=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #A360E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A360E4 is #5C9F1B. Grayscale: #828282. Windows color (decimal): -6070044 or 14966947. OLE color: 14966947.

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

Color convert

RGB 163 96 228 -
CMYK 0.29 0.58 0 0.11
HSL 270.45º 0.71% 0.64% -
HSV(B) 270.45º 0.58% 0.89% -
XYZ 33.29 21.75 75.84 -
YUV 131.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 163 96 228 0.29 0.58 0 0.11 270.45 0.71 0.64
Hex A3 60 E4 1D 3A 0 B 10E 47 40
Octal 243 140 344 35 72 0 13 416 107 100
Binary 10100011 1100000 11100100 11101 111010 0 1011 100001110 1000111 1000000

Color Harmonies of #A360E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360E4

Black with #A360E4

Text Example


Text Example

White with #A360E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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