Html Css Color HEX #A46DC1 Amethyst

📋 copy color: '#A46DC1'

red 164 ◦ green 109 ◦ blue 193

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

Shades of Amethyst #A46DC1

Tints of Amethyst #A46DC1

RGB

 RED value IS 164 (64.45% from 255) = 35.19%

 GREEN value IS 109 (42.97% from 255) = 23.39%

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 35.19%
G = 23.39%
B = 41.42%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A46DC1 (or 0xA46DC1) is known color: Amethyst. HEX triplet: A4, 6D and C1. RGB value is (164,109,193). Sum of RGB (Red+Green+Blue) = 164+109+193=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #A46DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DC1 is #5B923E. Grayscale: #868686. Windows color (decimal): -6001215 or 12676516. OLE color: 12676516.

HSL color Cylindrical-coordinate representation of color #A46DC1: hue angle of 279.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46DC1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 109 193 -
CMYK 0.15 0.44 0 0.24
HSL 279.29º 0.4% 0.59% -
HSV(B) 279.29º 0.44% 0.76% -
XYZ 30.4 22.68 53.23 -
YUV 135.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 164 109 193 0.15 0.44 0 0.24 279.29 0.4 0.59
Hex A4 6D C1 F 2C 0 18 117 28 3B
Octal 244 155 301 17 54 0 30 427 50 73
Binary 10100100 1101101 11000001 1111 101100 0 11000 100010111 101000 111011

Color Harmonies of #A46DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DC1

Black with #A46DC1

Text Example


Text Example

White with #A46DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DC1; }

 p { color: rgb(164,109,193); }

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

background-color css

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

 a { background-color: rgb(164,109,193); }

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

border-color css

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

 span { border-color: rgb(164,109,193); }

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