Html Css Color HEX #A14FE9 Amethyst

📋 copy color: '#A14FE9'

red 161 ◦ green 79 ◦ blue 233

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

Shades of Amethyst #A14FE9

Tints of Amethyst #A14FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.26%

R = 34.04%
G = 16.7%
B = 49.26%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A14FE9 (or 0xA14FE9) is known color: Amethyst. HEX triplet: A1, 4F and E9. RGB value is (161,79,233). Sum of RGB (Red+Green+Blue) = 161+79+233=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #A14FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A14FE9 is #5EB016. Grayscale: #787878. Windows color (decimal): -6205463 or 15290273. OLE color: 15290273.

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

Color convert

RGB 161 79 233 -
CMYK 0.31 0.66 0 0.09
HSL 271.95º 0.78% 0.61% -
HSV(B) 271.95º 0.66% 0.91% -
XYZ 32.2 19.05 79.07 -
YUV 121.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 161 79 233 0.31 0.66 0 0.09 271.95 0.78 0.61
Hex A1 4F E9 1F 42 0 9 110 4E 3D
Octal 241 117 351 37 102 0 11 420 116 75
Binary 10100001 1001111 11101001 11111 1000010 0 1001 100010000 1001110 111101

Color Harmonies of #A14FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FE9

Black with #A14FE9

Text Example


Text Example

White with #A14FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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