Html Css Color HEX #A46DD5 Amethyst

📋 copy color: '#A46DD5'

red 164 ◦ green 109 ◦ blue 213

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

Shades of Amethyst #A46DD5

Tints of Amethyst #A46DD5

RGB

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

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

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

R = 33.74%
G = 22.43%
B = 43.83%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A46DD5 (or 0xA46DD5) is known color: Amethyst. HEX triplet: A4, 6D and D5. RGB value is (164,109,213). Sum of RGB (Red+Green+Blue) = 164+109+213=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #A46DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DD5 is #5B922A. Grayscale: #888888. Windows color (decimal): -6001195 or 13987236. OLE color: 13987236.

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

Color convert

RGB 164 109 213 -
CMYK 0.23 0.49 0 0.16
HSL 271.73º 0.55% 0.63% -
HSV(B) 271.73º 0.49% 0.84% -
XYZ 32.79 23.63 65.78 -
YUV 137.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 164 109 213 0.23 0.49 0 0.16 271.73 0.55 0.63
Hex A4 6D D5 17 31 0 10 110 37 3F
Octal 244 155 325 27 61 0 20 420 67 77
Binary 10100100 1101101 11010101 10111 110001 0 10000 100010000 110111 111111

Color Harmonies of #A46DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DD5

Black with #A46DD5

Text Example


Text Example

White with #A46DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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