Html Css Color HEX #A14FED Amethyst

📋 copy color: '#A14FED'

red 161 ◦ green 79 ◦ blue 237

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

Shades of Amethyst #A14FED

Tints of Amethyst #A14FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 33.75%
G = 16.56%
B = 49.69%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A14FED (or 0xA14FED) is known color: Amethyst. HEX triplet: A1, 4F and ED. RGB value is (161,79,237). Sum of RGB (Red+Green+Blue) = 161+79+237=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A14FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FED is #5EB012. Grayscale: #787878. Windows color (decimal): -6205459 or 15552417. OLE color: 15552417.

HSL color Cylindrical-coordinate representation of color #A14FED: hue angle of 271.14º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14FED is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 79 237 -
CMYK 0.32 0.67 0 0.07
HSL 271.14º 0.81% 0.62% -
HSV(B) 271.14º 0.67% 0.93% -
XYZ 32.78 19.28 82.12 -
YUV 121.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 161 79 237 0.32 0.67 0 0.07 271.14 0.81 0.62
Hex A1 4F ED 20 43 0 7 10F 51 3E
Octal 241 117 355 40 103 0 7 417 121 76
Binary 10100001 1001111 11101101 100000 1000011 0 111 100001111 1010001 111110

Color Harmonies of #A14FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FED

Black with #A14FED

Text Example


Text Example

White with #A14FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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