Html Css Color HEX #A46ED5 Amethyst

📋 copy color: '#A46ED5'

red 164 ◦ green 110 ◦ blue 213

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

Shades of Amethyst #A46ED5

Tints of Amethyst #A46ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 33.68%
G = 22.59%
B = 43.74%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A46ED5 (or 0xA46ED5) is known color: Amethyst. HEX triplet: A4, 6E and D5. RGB value is (164,110,213). Sum of RGB (Red+Green+Blue) = 164+110+213=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #A46ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ED5 is #5B912A. Grayscale: #898989. Windows color (decimal): -6000939 or 13987492. OLE color: 13987492.

HSL color Cylindrical-coordinate representation of color #A46ED5: hue angle of 271.46º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A46ED5 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 110 213 -
CMYK 0.23 0.48 0 0.16
HSL 271.46º 0.55% 0.63% -
HSV(B) 271.46º 0.48% 0.84% -
XYZ 32.9 23.85 65.82 -
YUV 137.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 164 110 213 0.23 0.48 0 0.16 271.46 0.55 0.63
Hex A4 6E D5 17 30 0 10 10F 37 3F
Octal 244 156 325 27 60 0 20 417 67 77
Binary 10100100 1101110 11010101 10111 110000 0 10000 100001111 110111 111111

Color Harmonies of #A46ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46ED5

Black with #A46ED5

Text Example


Text Example

White with #A46ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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