Html Css Color HEX #A46EC1 Amethyst

📋 copy color: '#A46EC1'

red 164 ◦ green 110 ◦ blue 193

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

Shades of Amethyst #A46EC1

Tints of Amethyst #A46EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 35.12%
G = 23.55%
B = 41.33%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A46EC1 (or 0xA46EC1) is known color: Amethyst. HEX triplet: A4, 6E and C1. RGB value is (164,110,193). Sum of RGB (Red+Green+Blue) = 164+110+193=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #A46EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46EC1 is #5B913E. Grayscale: #878787. Windows color (decimal): -6000959 or 12676772. OLE color: 12676772.

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

Color convert

RGB 164 110 193 -
CMYK 0.15 0.43 0 0.24
HSL 279.04º 0.4% 0.59% -
HSV(B) 279.04º 0.43% 0.76% -
XYZ 30.51 22.89 53.26 -
YUV 135.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 164 110 193 0.15 0.43 0 0.24 279.04 0.4 0.59
Hex A4 6E C1 F 2B 0 18 117 28 3B
Octal 244 156 301 17 53 0 30 427 50 73
Binary 10100100 1101110 11000001 1111 101011 0 11000 100010111 101000 111011

Color Harmonies of #A46EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46EC1

Black with #A46EC1

Text Example


Text Example

White with #A46EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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