Html Css Color HEX #A355EC Amethyst

📋 copy color: '#A355EC'

red 163 ◦ green 85 ◦ blue 236

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

Shades of Amethyst #A355EC

Tints of Amethyst #A355EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.56%

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

R = 33.68%
G = 17.56%
B = 48.76%

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

#A355EC (or 0xA355EC) is known color: Amethyst. HEX triplet: A3, 55 and EC. RGB value is (163,85,236). Sum of RGB (Red+Green+Blue) = 163+85+236=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A355EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355EC is #5CAA13. Grayscale: #7D7D7D. Windows color (decimal): -6072852 or 15488419. OLE color: 15488419.

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

Color convert

RGB 163 85 236 -
CMYK 0.31 0.64 0 0.07
HSL 270.99º 0.8% 0.63% -
HSV(B) 270.99º 0.64% 0.93% -
XYZ 33.49 20.34 81.52 -
YUV 125.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 163 85 236 0.31 0.64 0 0.07 270.99 0.8 0.63
Hex A3 55 EC 1F 40 0 7 10F 50 3F
Octal 243 125 354 37 100 0 7 417 120 77
Binary 10100011 1010101 11101100 11111 1000000 0 111 100001111 1010000 111111

Color Harmonies of #A355EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A355EC

Black with #A355EC

Text Example


Text Example

White with #A355EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A355EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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