Html Css Color HEX #A357E1 Amethyst

📋 copy color: '#A357E1'

red 163 ◦ green 87 ◦ blue 225

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

Shades of Amethyst #A357E1

Tints of Amethyst #A357E1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.32%

 BLUE value IS 225 (88.28% from 255) = 47.37%

R = 34.32%
G = 18.32%
B = 47.37%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A357E1 (or 0xA357E1) is known color: Amethyst. HEX triplet: A3, 57 and E1. RGB value is (163,87,225). Sum of RGB (Red+Green+Blue) = 163+87+225=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #A357E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A357E1 is #5CA81E. Grayscale: #7C7C7C. Windows color (decimal): -6072351 or 14768035. OLE color: 14768035.

HSL color Cylindrical-coordinate representation of color #A357E1: hue angle of 273.04º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A357E1 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 87 225 -
CMYK 0.28 0.61 0 0.12
HSL 273.04º 0.7% 0.61% -
HSV(B) 273.04º 0.61% 0.88% -
XYZ 32.1 20.04 73.41 -
YUV 125.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 163 87 225 0.28 0.61 0 0.12 273.04 0.7 0.61
Hex A3 57 E1 1C 3D 0 C 111 46 3D
Octal 243 127 341 34 75 0 14 421 106 75
Binary 10100011 1010111 11100001 11100 111101 0 1100 100010001 1000110 111101

Color Harmonies of #A357E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357E1

Black with #A357E1

Text Example


Text Example

White with #A357E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357E1; }

 p { color: rgb(163,87,225); }

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

background-color css

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

 a { background-color: rgb(163,87,225); }

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

border-color css

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

 span { border-color: rgb(163,87,225); }

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