Html Css Color HEX #A14FD8 Amethyst

📋 copy color: '#A14FD8'

red 161 ◦ green 79 ◦ blue 216

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

Shades of Amethyst #A14FD8

Tints of Amethyst #A14FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.37%

R = 35.31%
G = 17.32%
B = 47.37%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A14FD8 (or 0xA14FD8) is known color: Amethyst. HEX triplet: A1, 4F and D8. RGB value is (161,79,216). Sum of RGB (Red+Green+Blue) = 161+79+216=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #A14FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FD8 is #5EB027. Grayscale: #767676. Windows color (decimal): -6205480 or 14176161. OLE color: 14176161.

HSL color Cylindrical-coordinate representation of color #A14FD8: hue angle of 275.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14FD8 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 79 216 -
CMYK 0.25 0.63 0 0.15
HSL 275.91º 0.64% 0.58% -
HSV(B) 275.91º 0.63% 0.85% -
XYZ 29.89 18.13 66.89 -
YUV 119.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 161 79 216 0.25 0.63 0 0.15 275.91 0.64 0.58
Hex A1 4F D8 19 3F 0 F 114 40 3A
Octal 241 117 330 31 77 0 17 424 100 72
Binary 10100001 1001111 11011000 11001 111111 0 1111 100010100 1000000 111010

Color Harmonies of #A14FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FD8

Black with #A14FD8

Text Example


Text Example

White with #A14FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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