Html Css Color HEX #A351EC Amethyst

📋 copy color: '#A351EC'

red 163 ◦ green 81 ◦ blue 236

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

Shades of Amethyst #A351EC

Tints of Amethyst #A351EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.88%

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

R = 33.96%
G = 16.88%
B = 49.17%

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

#A351EC (or 0xA351EC) is known color: Amethyst. HEX triplet: A3, 51 and EC. RGB value is (163,81,236). Sum of RGB (Red+Green+Blue) = 163+81+236=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #A351EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A351EC is #5CAE13. Grayscale: #7A7A7A. Windows color (decimal): -6073876 or 15487395. OLE color: 15487395.

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

Color convert

RGB 163 81 236 -
CMYK 0.31 0.66 0 0.07
HSL 271.74º 0.8% 0.62% -
HSV(B) 271.74º 0.66% 0.93% -
XYZ 33.19 19.73 81.42 -
YUV 123.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 163 81 236 0.31 0.66 0 0.07 271.74 0.8 0.62
Hex A3 51 EC 1F 42 0 7 110 50 3E
Octal 243 121 354 37 102 0 7 420 120 76
Binary 10100011 1010001 11101100 11111 1000010 0 111 100010000 1010000 111110

Color Harmonies of #A351EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A351EC

Black with #A351EC

Text Example


Text Example

White with #A351EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A351EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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