Html Css Color HEX #A14EDC Amethyst

📋 copy color: '#A14EDC'

red 161 ◦ green 78 ◦ blue 220

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

Shades of Amethyst #A14EDC

Tints of Amethyst #A14EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 35.08%
G = 16.99%
B = 47.93%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A14EDC (or 0xA14EDC) is known color: Amethyst. HEX triplet: A1, 4E and DC. RGB value is (161,78,220). Sum of RGB (Red+Green+Blue) = 161+78+220=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A14EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14EDC is #5EB123. Grayscale: #767676. Windows color (decimal): -6205732 or 14438049. OLE color: 14438049.

HSL color Cylindrical-coordinate representation of color #A14EDC: hue angle of 275.07º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14EDC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 78 220 -
CMYK 0.27 0.65 0 0.14
HSL 275.07º 0.67% 0.58% -
HSV(B) 275.07º 0.65% 0.86% -
XYZ 30.34 18.19 69.62 -
YUV 119.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 161 78 220 0.27 0.65 0 0.14 275.07 0.67 0.58
Hex A1 4E DC 1B 41 0 E 113 43 3A
Octal 241 116 334 33 101 0 16 423 103 72
Binary 10100001 1001110 11011100 11011 1000001 0 1110 100010011 1000011 111010

Color Harmonies of #A14EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14EDC

Black with #A14EDC

Text Example


Text Example

White with #A14EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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