Html Css Color HEX #A14FEA Amethyst

📋 copy color: '#A14FEA'

red 161 ◦ green 79 ◦ blue 234

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

Shades of Amethyst #A14FEA

Tints of Amethyst #A14FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 33.97%
G = 16.67%
B = 49.37%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A14FEA (or 0xA14FEA) is known color: Amethyst. HEX triplet: A1, 4F and EA. RGB value is (161,79,234). Sum of RGB (Red+Green+Blue) = 161+79+234=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #A14FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FEA is #5EB015. Grayscale: #787878. Windows color (decimal): -6205462 or 15355809. OLE color: 15355809.

HSL color Cylindrical-coordinate representation of color #A14FEA: hue angle of 271.74º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14FEA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 79 234 -
CMYK 0.31 0.66 0 0.08
HSL 271.74º 0.79% 0.61% -
HSV(B) 271.74º 0.66% 0.92% -
XYZ 32.35 19.11 79.83 -
YUV 121.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 161 79 234 0.31 0.66 0 0.08 271.74 0.79 0.61
Hex A1 4F EA 1F 42 0 8 110 4F 3D
Octal 241 117 352 37 102 0 10 420 117 75
Binary 10100001 1001111 11101010 11111 1000010 0 1000 100010000 1001111 111101

Color Harmonies of #A14FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FEA

Black with #A14FEA

Text Example


Text Example

White with #A14FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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