Html Css Color HEX #A14EDF Amethyst

📋 copy color: '#A14EDF'

red 161 ◦ green 78 ◦ blue 223

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

Shades of Amethyst #A14EDF

Tints of Amethyst #A14EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.27%

R = 34.85%
G = 16.88%
B = 48.27%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A14EDF (or 0xA14EDF) is known color: Amethyst. HEX triplet: A1, 4E and DF. RGB value is (161,78,223). Sum of RGB (Red+Green+Blue) = 161+78+223=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A14EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EDF is #5EB120. Grayscale: #767676. Windows color (decimal): -6205729 or 14634657. OLE color: 14634657.

HSL color Cylindrical-coordinate representation of color #A14EDF: hue angle of 274.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14EDF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 78 223 -
CMYK 0.28 0.65 0 0.13
HSL 274.34º 0.69% 0.59% -
HSV(B) 274.34º 0.65% 0.87% -
XYZ 30.74 18.35 71.73 -
YUV 119.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 161 78 223 0.28 0.65 0 0.13 274.34 0.69 0.59
Hex A1 4E DF 1C 41 0 D 112 45 3B
Octal 241 116 337 34 101 0 15 422 105 73
Binary 10100001 1001110 11011111 11100 1000001 0 1101 100010010 1000101 111011

Color Harmonies of #A14EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EDF

Black with #A14EDF

Text Example


Text Example

White with #A14EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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