Html Css Color HEX #A14DDC Amethyst

📋 copy color: '#A14DDC'

red 161 ◦ green 77 ◦ blue 220

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

Shades of Amethyst #A14DDC

Tints of Amethyst #A14DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.81%

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

R = 35.15%
G = 16.81%
B = 48.03%

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

#A14DDC (or 0xA14DDC) is known color: Amethyst. HEX triplet: A1, 4D and DC. RGB value is (161,77,220). Sum of RGB (Red+Green+Blue) = 161+77+220=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #A14DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DDC is #5EB223. Grayscale: #757575. Windows color (decimal): -6205988 or 14437793. OLE color: 14437793.

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

Color convert

RGB 161 77 220 -
CMYK 0.27 0.65 0 0.14
HSL 275.24º 0.67% 0.58% -
HSV(B) 275.24º 0.65% 0.86% -
XYZ 30.27 18.05 69.6 -
YUV 118.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 161 77 220 0.27 0.65 0 0.14 275.24 0.67 0.58
Hex A1 4D DC 1B 41 0 E 113 43 3A
Octal 241 115 334 33 101 0 16 423 103 72
Binary 10100001 1001101 11011100 11011 1000001 0 1110 100010011 1000011 111010

Color Harmonies of #A14DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DDC

Black with #A14DDC

Text Example


Text Example

White with #A14DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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