Html Css Color HEX #A14FDA Amethyst

📋 copy color: '#A14FDA'

red 161 ◦ green 79 ◦ blue 218

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

Shades of Amethyst #A14FDA

Tints of Amethyst #A14FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 35.15%
G = 17.25%
B = 47.6%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A14FDA (or 0xA14FDA) is known color: Amethyst. HEX triplet: A1, 4F and DA. RGB value is (161,79,218). Sum of RGB (Red+Green+Blue) = 161+79+218=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #A14FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14FDA is #5EB025. Grayscale: #767676. Windows color (decimal): -6205478 or 14307233. OLE color: 14307233.

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

Color convert

RGB 161 79 218 -
CMYK 0.26 0.64 0 0.15
HSL 275.4º 0.65% 0.58% -
HSV(B) 275.4º 0.64% 0.85% -
XYZ 30.15 18.23 68.26 -
YUV 119.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 161 79 218 0.26 0.64 0 0.15 275.4 0.65 0.58
Hex A1 4F DA 1A 40 0 F 113 41 3A
Octal 241 117 332 32 100 0 17 423 101 72
Binary 10100001 1001111 11011010 11010 1000000 0 1111 100010011 1000001 111010

Color Harmonies of #A14FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14FDA

Black with #A14FDA

Text Example


Text Example

White with #A14FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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