Html Css Color HEX #A353EC Amethyst

📋 copy color: '#A353EC'

red 163 ◦ green 83 ◦ blue 236

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

Shades of Amethyst #A353EC

Tints of Amethyst #A353EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.22%

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

R = 33.82%
G = 17.22%
B = 48.96%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A353EC (or 0xA353EC) is known color: Amethyst. HEX triplet: A3, 53 and EC. RGB value is (163,83,236). Sum of RGB (Red+Green+Blue) = 163+83+236=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A353EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353EC is #5CAC13. Grayscale: #7B7B7B. Windows color (decimal): -6073364 or 15487907. OLE color: 15487907.

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

Color convert

RGB 163 83 236 -
CMYK 0.31 0.65 0 0.07
HSL 271.37º 0.8% 0.63% -
HSV(B) 271.37º 0.65% 0.93% -
XYZ 33.34 20.03 81.47 -
YUV 124.36 191 155.56 -
System Red Green Blue C M Y K H S L
Decimal 163 83 236 0.31 0.65 0 0.07 271.37 0.8 0.63
Hex A3 53 EC 1F 41 0 7 10F 50 3F
Octal 243 123 354 37 101 0 7 417 120 77
Binary 10100011 1010011 11101100 11111 1000001 0 111 100001111 1010000 111111

Color Harmonies of #A353EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353EC

Black with #A353EC

Text Example


Text Example

White with #A353EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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