Html Css Color HEX #A14EDA Amethyst

📋 copy color: '#A14EDA'

red 161 ◦ green 78 ◦ blue 218

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

Shades of Amethyst #A14EDA

Tints of Amethyst #A14EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 35.23%
G = 17.07%
B = 47.7%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A14EDA (or 0xA14EDA) is known color: Amethyst. HEX triplet: A1, 4E and DA. RGB value is (161,78,218). Sum of RGB (Red+Green+Blue) = 161+78+218=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #A14EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EDA is #5EB125. Grayscale: #767676. Windows color (decimal): -6205734 or 14306977. OLE color: 14306977.

HSL color Cylindrical-coordinate representation of color #A14EDA: hue angle of 275.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A14EDA is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 78 218 -
CMYK 0.26 0.64 0 0.15
HSL 275.57º 0.65% 0.58% -
HSV(B) 275.57º 0.64% 0.85% -
XYZ 30.08 18.09 68.24 -
YUV 118.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 161 78 218 0.26 0.64 0 0.15 275.57 0.65 0.58
Hex A1 4E DA 1A 40 0 F 114 41 3A
Octal 241 116 332 32 100 0 17 424 101 72
Binary 10100001 1001110 11011010 11010 1000000 0 1111 100010100 1000001 111010

Color Harmonies of #A14EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EDA

Black with #A14EDA

Text Example


Text Example

White with #A14EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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