Html Css Color HEX #A46ED3 Amethyst

📋 copy color: '#A46ED3'

red 164 ◦ green 110 ◦ blue 211

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

Shades of Amethyst #A46ED3

Tints of Amethyst #A46ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.51%

R = 33.81%
G = 22.68%
B = 43.51%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A46ED3 (or 0xA46ED3) is known color: Amethyst. HEX triplet: A4, 6E and D3. RGB value is (164,110,211). Sum of RGB (Red+Green+Blue) = 164+110+211=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #A46ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ED3 is #5B912C. Grayscale: #898989. Windows color (decimal): -6000941 or 13856420. OLE color: 13856420.

HSL color Cylindrical-coordinate representation of color #A46ED3: hue angle of 272.08º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A46ED3 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 110 211 -
CMYK 0.22 0.48 0 0.17
HSL 272.08º 0.53% 0.63% -
HSV(B) 272.08º 0.48% 0.83% -
XYZ 32.64 23.75 64.49 -
YUV 137.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 164 110 211 0.22 0.48 0 0.17 272.08 0.53 0.63
Hex A4 6E D3 16 30 0 11 110 35 3F
Octal 244 156 323 26 60 0 21 420 65 77
Binary 10100100 1101110 11010011 10110 110000 0 10001 100010000 110101 111111

Color Harmonies of #A46ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46ED3

Black with #A46ED3

Text Example


Text Example

White with #A46ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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