Html Css Color HEX #A14FDD Amethyst

📋 copy color: '#A14FDD'

red 161 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #A14FDD

Tints of Amethyst #A14FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.14%

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

R = 34.92%
G = 17.14%
B = 47.94%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A14FDD (or 0xA14FDD) is known color: Amethyst. HEX triplet: A1, 4F and DD. RGB value is (161,79,221). Sum of RGB (Red+Green+Blue) = 161+79+221=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #A14FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FDD is #5EB022. Grayscale: #777777. Windows color (decimal): -6205475 or 14503841. OLE color: 14503841.

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

Color convert

RGB 161 79 221 -
CMYK 0.27 0.64 0 0.13
HSL 274.65º 0.68% 0.59% -
HSV(B) 274.65º 0.64% 0.87% -
XYZ 30.55 18.39 70.35 -
YUV 119.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 161 79 221 0.27 0.64 0 0.13 274.65 0.68 0.59
Hex A1 4F DD 1B 40 0 D 113 44 3B
Octal 241 117 335 33 100 0 15 423 104 73
Binary 10100001 1001111 11011101 11011 1000000 0 1101 100010011 1000100 111011

Color Harmonies of #A14FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FDD

Black with #A14FDD

Text Example


Text Example

White with #A14FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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