Html Css Color HEX #A174D1 Amethyst

📋 copy color: '#A174D1'

red 161 ◦ green 116 ◦ blue 209

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

Shades of Amethyst #A174D1

Tints of Amethyst #A174D1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.87%

 BLUE value IS 209 (82.03% from 255) = 43%

R = 33.13%
G = 23.87%
B = 43%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A174D1 (or 0xA174D1) is known color: Amethyst. HEX triplet: A1, 74 and D1. RGB value is (161,116,209). Sum of RGB (Red+Green+Blue) = 161+116+209=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #A174D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174D1 is #5E8B2E. Grayscale: #8B8B8B. Windows color (decimal): -6196015 or 13726881. OLE color: 13726881.

HSL color Cylindrical-coordinate representation of color #A174D1: hue angle of 269.03º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A174D1 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 116 209 -
CMYK 0.23 0.44 0 0.18
HSL 269.03º 0.5% 0.64% -
HSV(B) 269.03º 0.44% 0.82% -
XYZ 32.45 24.67 63.37 -
YUV 140.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 161 116 209 0.23 0.44 0 0.18 269.03 0.5 0.64
Hex A1 74 D1 17 2C 0 12 10D 32 40
Octal 241 164 321 27 54 0 22 415 62 100
Binary 10100001 1110100 11010001 10111 101100 0 10010 100001101 110010 1000000

Color Harmonies of #A174D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174D1

Black with #A174D1

Text Example


Text Example

White with #A174D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174D1; }

 p { color: rgb(161,116,209); }

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

background-color css

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

 a { background-color: rgb(161,116,209); }

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

border-color css

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

 span { border-color: rgb(161,116,209); }

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