Html Css Color HEX #A46DCD Amethyst

📋 copy color: '#A46DCD'

red 164 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #A46DCD

Tints of Amethyst #A46DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 34.31%
G = 22.8%
B = 42.89%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A46DCD (or 0xA46DCD) is known color: Amethyst. HEX triplet: A4, 6D and CD. RGB value is (164,109,205). Sum of RGB (Red+Green+Blue) = 164+109+205=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #A46DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DCD is #5B9232. Grayscale: #888888. Windows color (decimal): -6001203 or 13462948. OLE color: 13462948.

HSL color Cylindrical-coordinate representation of color #A46DCD: hue angle of 274.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46DCD is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 109 205 -
CMYK 0.2 0.47 0 0.20
HSL 274.38º 0.49% 0.62% -
HSV(B) 274.38º 0.47% 0.8% -
XYZ 31.8 23.24 60.57 -
YUV 136.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 164 109 205 0.2 0.47 0 0.20 274.38 0.49 0.62
Hex A4 6D CD 14 2F 0 14 112 31 3E
Octal 244 155 315 24 57 0 24 422 61 76
Binary 10100100 1101101 11001101 10100 101111 0 10100 100010010 110001 111110

Color Harmonies of #A46DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46DCD

Black with #A46DCD

Text Example


Text Example

White with #A46DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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