Html Css Color HEX #A356EC Amethyst

📋 copy color: '#A356EC'

red 163 ◦ green 86 ◦ blue 236

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

Shades of Amethyst #A356EC

Tints of Amethyst #A356EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.73%

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

R = 33.61%
G = 17.73%
B = 48.66%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A356EC (or 0xA356EC) is known color: Amethyst. HEX triplet: A3, 56 and EC. RGB value is (163,86,236). Sum of RGB (Red+Green+Blue) = 163+86+236=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #A356EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356EC is #5CA913. Grayscale: #7D7D7D. Windows color (decimal): -6072596 or 15488675. OLE color: 15488675.

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

Color convert

RGB 163 86 236 -
CMYK 0.31 0.64 0 0.07
HSL 270.8º 0.8% 0.63% -
HSV(B) 270.8º 0.64% 0.93% -
XYZ 33.57 20.5 81.54 -
YUV 126.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 163 86 236 0.31 0.64 0 0.07 270.8 0.8 0.63
Hex A3 56 EC 1F 40 0 7 10F 50 3F
Octal 243 126 354 37 100 0 7 417 120 77
Binary 10100011 1010110 11101100 11111 1000000 0 111 100001111 1010000 111111

Color Harmonies of #A356EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356EC

Black with #A356EC

Text Example


Text Example

White with #A356EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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