Html Css Color HEX #A350EC Amethyst

📋 copy color: '#A350EC'

red 163 ◦ green 80 ◦ blue 236

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

Shades of Amethyst #A350EC

Tints of Amethyst #A350EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.7%

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

R = 34.03%
G = 16.7%
B = 49.27%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A350EC (or 0xA350EC) is known color: Amethyst. HEX triplet: A3, 50 and EC. RGB value is (163,80,236). Sum of RGB (Red+Green+Blue) = 163+80+236=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A350EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350EC is #5CAF13. Grayscale: #7A7A7A. Windows color (decimal): -6074132 or 15487139. OLE color: 15487139.

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

Color convert

RGB 163 80 236 -
CMYK 0.31 0.66 0 0.07
HSL 271.92º 0.8% 0.62% -
HSV(B) 271.92º 0.66% 0.93% -
XYZ 33.11 19.58 81.39 -
YUV 122.6 192 156.82 -
System Red Green Blue C M Y K H S L
Decimal 163 80 236 0.31 0.66 0 0.07 271.92 0.8 0.62
Hex A3 50 EC 1F 42 0 7 110 50 3E
Octal 243 120 354 37 102 0 7 420 120 76
Binary 10100011 1010000 11101100 11111 1000010 0 111 100010000 1010000 111110

Color Harmonies of #A350EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350EC

Black with #A350EC

Text Example


Text Example

White with #A350EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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