Html Css Color HEX #A14FDE Amethyst

📋 copy color: '#A14FDE'

red 161 ◦ green 79 ◦ blue 222

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

Shades of Amethyst #A14FDE

Tints of Amethyst #A14FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 34.85%
G = 17.1%
B = 48.05%

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

#A14FDE (or 0xA14FDE) is known color: Amethyst. HEX triplet: A1, 4F and DE. RGB value is (161,79,222). Sum of RGB (Red+Green+Blue) = 161+79+222=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #A14FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FDE is #5EB021. Grayscale: #777777. Windows color (decimal): -6205474 or 14569377. OLE color: 14569377.

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

Color convert

RGB 161 79 222 -
CMYK 0.27 0.64 0 0.13
HSL 274.41º 0.68% 0.59% -
HSV(B) 274.41º 0.64% 0.87% -
XYZ 30.68 18.44 71.05 -
YUV 119.82 185.67 157.37 -
System Red Green Blue C M Y K H S L
Decimal 161 79 222 0.27 0.64 0 0.13 274.41 0.68 0.59
Hex A1 4F DE 1B 40 0 D 112 44 3B
Octal 241 117 336 33 100 0 15 422 104 73
Binary 10100001 1001111 11011110 11011 1000000 0 1101 100010010 1000100 111011

Color Harmonies of #A14FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FDE

Black with #A14FDE

Text Example


Text Example

White with #A14FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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