Html Css Color HEX #A46DCF Amethyst

📋 copy color: '#A46DCF'

red 164 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #A46DCF

Tints of Amethyst #A46DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 34.17%
G = 22.71%
B = 43.13%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A46DCF (or 0xA46DCF) is known color: Amethyst. HEX triplet: A4, 6D and CF. RGB value is (164,109,207). Sum of RGB (Red+Green+Blue) = 164+109+207=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DCF is #5B9230. Grayscale: #888888. Windows color (decimal): -6001201 or 13594020. OLE color: 13594020.

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

Color convert

RGB 164 109 207 -
CMYK 0.21 0.47 0 0.19
HSL 273.67º 0.51% 0.62% -
HSV(B) 273.67º 0.47% 0.81% -
XYZ 32.04 23.33 61.85 -
YUV 136.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 164 109 207 0.21 0.47 0 0.19 273.67 0.51 0.62
Hex A4 6D CF 15 2F 0 13 112 33 3E
Octal 244 155 317 25 57 0 23 422 63 76
Binary 10100100 1101101 11001111 10101 101111 0 10011 100010010 110011 111110

Color Harmonies of #A46DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DCF

Black with #A46DCF

Text Example


Text Example

White with #A46DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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