Html Css Color HEX #A363E4 Amethyst

📋 copy color: '#A363E4'

red 163 ◦ green 99 ◦ blue 228

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

Shades of Amethyst #A363E4

Tints of Amethyst #A363E4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.2%

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

R = 33.27%
G = 20.2%
B = 46.53%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A363E4 (or 0xA363E4) is known color: Amethyst. HEX triplet: A3, 63 and E4. RGB value is (163,99,228). Sum of RGB (Red+Green+Blue) = 163+99+228=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #A363E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363E4 is #5C9C1B. Grayscale: #848484. Windows color (decimal): -6069276 or 14967715. OLE color: 14967715.

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

Color convert

RGB 163 99 228 -
CMYK 0.29 0.57 0 0.11
HSL 269.77º 0.7% 0.64% -
HSV(B) 269.77º 0.57% 0.89% -
XYZ 33.57 22.31 75.94 -
YUV 132.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 163 99 228 0.29 0.57 0 0.11 269.77 0.7 0.64
Hex A3 63 E4 1D 39 0 B 10E 46 40
Octal 243 143 344 35 71 0 13 416 106 100
Binary 10100011 1100011 11100100 11101 111001 0 1011 100001110 1000110 1000000

Color Harmonies of #A363E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363E4

Black with #A363E4

Text Example


Text Example

White with #A363E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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