Html Css Color HEX #A14EEC Amethyst

📋 copy color: '#A14EEC'

red 161 ◦ green 78 ◦ blue 236

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

Shades of Amethyst #A14EEC

Tints of Amethyst #A14EEC

RGB

 RED value IS 161 (63.28% from 255) = 33.89%

 GREEN value IS 78 (30.86% from 255) = 16.42%

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

R = 33.89%
G = 16.42%
B = 49.68%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A14EEC (or 0xA14EEC) is known color: Amethyst. HEX triplet: A1, 4E and EC. RGB value is (161,78,236). Sum of RGB (Red+Green+Blue) = 161+78+236=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #A14EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14EEC is #5EB113. Grayscale: #787878. Windows color (decimal): -6205716 or 15486625. OLE color: 15486625.

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

Color convert

RGB 161 78 236 -
CMYK 0.32 0.67 0 0.07
HSL 271.52º 0.81% 0.62% -
HSV(B) 271.52º 0.67% 0.93% -
XYZ 32.56 19.08 81.32 -
YUV 120.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 161 78 236 0.32 0.67 0 0.07 271.52 0.81 0.62
Hex A1 4E EC 20 43 0 7 110 51 3E
Octal 241 116 354 40 103 0 7 420 121 76
Binary 10100001 1001110 11101100 100000 1000011 0 111 100010000 1010001 111110

Color Harmonies of #A14EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EEC

Black with #A14EEC

Text Example


Text Example

White with #A14EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EEC; }

 p { color: rgb(161,78,236); }

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

background-color css

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

 a { background-color: rgb(161,78,236); }

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

border-color css

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

 span { border-color: rgb(161,78,236); }

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