Html Css Color HEX #A357EC Amethyst

📋 copy color: '#A357EC'

red 163 ◦ green 87 ◦ blue 236

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

Shades of Amethyst #A357EC

Tints of Amethyst #A357EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 33.54%
G = 17.9%
B = 48.56%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A357EC (or 0xA357EC) is known color: Amethyst. HEX triplet: A3, 57 and EC. RGB value is (163,87,236). Sum of RGB (Red+Green+Blue) = 163+87+236=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #A357EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A357EC is #5CA813. Grayscale: #7E7E7E. Windows color (decimal): -6072340 or 15488931. OLE color: 15488931.

HSL color Cylindrical-coordinate representation of color #A357EC: hue angle of 270.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A357EC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 87 236 -
CMYK 0.31 0.63 0 0.07
HSL 270.6º 0.8% 0.63% -
HSV(B) 270.6º 0.63% 0.93% -
XYZ 33.65 20.66 81.57 -
YUV 126.71 189.68 153.88 -
System Red Green Blue C M Y K H S L
Decimal 163 87 236 0.31 0.63 0 0.07 270.6 0.8 0.63
Hex A3 57 EC 1F 3F 0 7 10F 50 3F
Octal 243 127 354 37 77 0 7 417 120 77
Binary 10100011 1010111 11101100 11111 111111 0 111 100001111 1010000 111111

Color Harmonies of #A357EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357EC

Black with #A357EC

Text Example


Text Example

White with #A357EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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