Html Css Color HEX #A14EDD Amethyst

📋 copy color: '#A14EDD'

red 161 ◦ green 78 ◦ blue 221

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

Shades of Amethyst #A14EDD

Tints of Amethyst #A14EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 35%
G = 16.96%
B = 48.04%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A14EDD (or 0xA14EDD) is known color: Amethyst. HEX triplet: A1, 4E and DD. RGB value is (161,78,221). Sum of RGB (Red+Green+Blue) = 161+78+221=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A14EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EDD is #5EB122. Grayscale: #767676. Windows color (decimal): -6205731 or 14503585. OLE color: 14503585.

HSL color Cylindrical-coordinate representation of color #A14EDD: hue angle of 274.83º degrees, saturation: 0.68, 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 #A14EDD is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 78 221 -
CMYK 0.27 0.65 0 0.13
HSL 274.83º 0.68% 0.59% -
HSV(B) 274.83º 0.65% 0.87% -
XYZ 30.47 18.25 70.32 -
YUV 119.12 185.5 157.87 -
System Red Green Blue C M Y K H S L
Decimal 161 78 221 0.27 0.65 0 0.13 274.83 0.68 0.59
Hex A1 4E DD 1B 41 0 D 113 44 3B
Octal 241 116 335 33 101 0 15 423 104 73
Binary 10100001 1001110 11011101 11011 1000001 0 1101 100010011 1000100 111011

Color Harmonies of #A14EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EDD

Black with #A14EDD

Text Example


Text Example

White with #A14EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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