Html Css Color HEX #A14ED6 Amethyst

📋 copy color: '#A14ED6'

red 161 ◦ green 78 ◦ blue 214

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

Shades of Amethyst #A14ED6

Tints of Amethyst #A14ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 35.54%
G = 17.22%
B = 47.24%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A14ED6 (or 0xA14ED6) is known color: Amethyst. HEX triplet: A1, 4E and D6. RGB value is (161,78,214). Sum of RGB (Red+Green+Blue) = 161+78+214=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #A14ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14ED6 is #5EB129. Grayscale: #757575. Windows color (decimal): -6205738 or 14044833. OLE color: 14044833.

HSL color Cylindrical-coordinate representation of color #A14ED6: hue angle of 276.62º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14ED6 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 78 214 -
CMYK 0.25 0.64 0 0.16
HSL 276.62º 0.62% 0.57% -
HSV(B) 276.62º 0.64% 0.84% -
XYZ 29.56 17.88 65.51 -
YUV 118.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 161 78 214 0.25 0.64 0 0.16 276.62 0.62 0.57
Hex A1 4E D6 19 40 0 10 115 3E 39
Octal 241 116 326 31 100 0 20 425 76 71
Binary 10100001 1001110 11010110 11001 1000000 0 10000 100010101 111110 111001

Color Harmonies of #A14ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14ED6

Black with #A14ED6

Text Example


Text Example

White with #A14ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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