Html Css Color HEX #A14DDD Amethyst

📋 copy color: '#A14DDD'

red 161 ◦ green 77 ◦ blue 221

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

Shades of Amethyst #A14DDD

Tints of Amethyst #A14DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 35.08%
G = 16.78%
B = 48.15%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A14DDD (or 0xA14DDD) is known color: Amethyst. HEX triplet: A1, 4D and DD. RGB value is (161,77,221). Sum of RGB (Red+Green+Blue) = 161+77+221=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #A14DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DDD is #5EB222. Grayscale: #767676. Windows color (decimal): -6205987 or 14503329. OLE color: 14503329.

HSL color Cylindrical-coordinate representation of color #A14DDD: hue angle of 275º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14DDD is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 77 221 -
CMYK 0.27 0.65 0 0.13
HSL 275º 0.68% 0.58% -
HSV(B) 275º 0.65% 0.87% -
XYZ 30.4 18.11 70.3 -
YUV 118.53 185.83 158.29 -
System Red Green Blue C M Y K H S L
Decimal 161 77 221 0.27 0.65 0 0.13 275 0.68 0.58
Hex A1 4D DD 1B 41 0 D 113 44 3A
Octal 241 115 335 33 101 0 15 423 104 72
Binary 10100001 1001101 11011101 11011 1000001 0 1101 100010011 1000100 111010

Color Harmonies of #A14DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DDD

Black with #A14DDD

Text Example


Text Example

White with #A14DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DDD; }

 p { color: rgb(161,77,221); }

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

background-color css

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

 a { background-color: rgb(161,77,221); }

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

border-color css

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

 span { border-color: rgb(161,77,221); }

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