Html Css Color HEX #A14DDE Amethyst

📋 copy color: '#A14DDE'

red 161 ◦ green 77 ◦ blue 222

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

Shades of Amethyst #A14DDE

Tints of Amethyst #A14DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 35%
G = 16.74%
B = 48.26%

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

#A14DDE (or 0xA14DDE) is known color: Amethyst. HEX triplet: A1, 4D and DE. RGB value is (161,77,222). Sum of RGB (Red+Green+Blue) = 161+77+222=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #A14DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DDE is #5EB221. Grayscale: #767676. Windows color (decimal): -6205986 or 14568865. OLE color: 14568865.

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

Color convert

RGB 161 77 222 -
CMYK 0.27 0.65 0 0.13
HSL 274.76º 0.69% 0.59% -
HSV(B) 274.76º 0.65% 0.87% -
XYZ 30.54 18.16 71 -
YUV 118.65 186.33 158.21 -
System Red Green Blue C M Y K H S L
Decimal 161 77 222 0.27 0.65 0 0.13 274.76 0.69 0.59
Hex A1 4D DE 1B 41 0 D 113 45 3B
Octal 241 115 336 33 101 0 15 423 105 73
Binary 10100001 1001101 11011110 11011 1000001 0 1101 100010011 1000101 111011

Color Harmonies of #A14DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DDE

Black with #A14DDE

Text Example


Text Example

White with #A14DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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