Html Css Color HEX #A46DD0 Amethyst

📋 copy color: '#A46DD0'

red 164 ◦ green 109 ◦ blue 208

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

Shades of Amethyst #A46DD0

Tints of Amethyst #A46DD0

RGB

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

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

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

R = 34.1%
G = 22.66%
B = 43.24%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A46DD0 (or 0xA46DD0) is known color: Amethyst. HEX triplet: A4, 6D and D0. RGB value is (164,109,208). Sum of RGB (Red+Green+Blue) = 164+109+208=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #A46DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DD0 is #5B922F. Grayscale: #888888. Windows color (decimal): -6001200 or 13659556. OLE color: 13659556.

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

Color convert

RGB 164 109 208 -
CMYK 0.21 0.48 0 0.18
HSL 273.33º 0.51% 0.62% -
HSV(B) 273.33º 0.48% 0.82% -
XYZ 32.16 23.38 62.49 -
YUV 136.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 164 109 208 0.21 0.48 0 0.18 273.33 0.51 0.62
Hex A4 6D D0 15 30 0 12 111 33 3E
Octal 244 155 320 25 60 0 22 421 63 76
Binary 10100100 1101101 11010000 10101 110000 0 10010 100010001 110011 111110

Color Harmonies of #A46DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DD0

Black with #A46DD0

Text Example


Text Example

White with #A46DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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