Html Css Color HEX #A46ED0 Amethyst

📋 copy color: '#A46ED0'

red 164 ◦ green 110 ◦ blue 208

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

Shades of Amethyst #A46ED0

Tints of Amethyst #A46ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 34.02%
G = 22.82%
B = 43.15%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A46ED0 (or 0xA46ED0) is known color: Amethyst. HEX triplet: A4, 6E and D0. RGB value is (164,110,208). Sum of RGB (Red+Green+Blue) = 164+110+208=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #A46ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ED0 is #5B912F. Grayscale: #888888. Windows color (decimal): -6000944 or 13659812. OLE color: 13659812.

HSL color Cylindrical-coordinate representation of color #A46ED0: hue angle of 273.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46ED0 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 110 208 -
CMYK 0.21 0.47 0 0.18
HSL 273.06º 0.51% 0.62% -
HSV(B) 273.06º 0.47% 0.82% -
XYZ 32.27 23.6 62.53 -
YUV 137.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 164 110 208 0.21 0.47 0 0.18 273.06 0.51 0.62
Hex A4 6E D0 15 2F 0 12 111 33 3E
Octal 244 156 320 25 57 0 22 421 63 76
Binary 10100100 1101110 11010000 10101 101111 0 10010 100010001 110011 111110

Color Harmonies of #A46ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46ED0

Black with #A46ED0

Text Example


Text Example

White with #A46ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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