Html Css Color HEX #A354EC Amethyst

📋 copy color: '#A354EC'

red 163 ◦ green 84 ◦ blue 236

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

Shades of Amethyst #A354EC

Tints of Amethyst #A354EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.39%

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

R = 33.75%
G = 17.39%
B = 48.86%

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

#A354EC (or 0xA354EC) is known color: Amethyst. HEX triplet: A3, 54 and EC. RGB value is (163,84,236). Sum of RGB (Red+Green+Blue) = 163+84+236=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A354EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A354EC is #5CAB13. Grayscale: #7C7C7C. Windows color (decimal): -6073108 or 15488163. OLE color: 15488163.

HSL color Cylindrical-coordinate representation of color #A354EC: hue angle of 271.18º 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 #A354EC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 84 236 -
CMYK 0.31 0.64 0 0.07
HSL 271.18º 0.8% 0.63% -
HSV(B) 271.18º 0.64% 0.93% -
XYZ 33.41 20.18 81.49 -
YUV 124.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 163 84 236 0.31 0.64 0 0.07 271.18 0.8 0.63
Hex A3 54 EC 1F 40 0 7 10F 50 3F
Octal 243 124 354 37 100 0 7 417 120 77
Binary 10100011 1010100 11101100 11111 1000000 0 111 100001111 1010000 111111

Color Harmonies of #A354EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A354EC

Black with #A354EC

Text Example


Text Example

White with #A354EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A354EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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