Html Css Color HEX #A46AD6 Amethyst

📋 copy color: '#A46AD6'

red 164 ◦ green 106 ◦ blue 214

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

Shades of Amethyst #A46AD6

Tints of Amethyst #A46AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

 BLUE value IS 214 (83.98% from 255) = 44.21%

R = 33.88%
G = 21.9%
B = 44.21%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A46AD6 (or 0xA46AD6) is known color: Amethyst. HEX triplet: A4, 6A and D6. RGB value is (164,106,214). Sum of RGB (Red+Green+Blue) = 164+106+214=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #A46AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46AD6 is #5B9529. Grayscale: #878787. Windows color (decimal): -6001962 or 14052004. OLE color: 14052004.

HSL color Cylindrical-coordinate representation of color #A46AD6: hue angle of 272.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46AD6 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 106 214 -
CMYK 0.23 0.50 0 0.16
HSL 272.22º 0.57% 0.63% -
HSV(B) 272.22º 0.5% 0.84% -
XYZ 32.6 23.06 66.35 -
YUV 135.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 164 106 214 0.23 0.50 0 0.16 272.22 0.57 0.63
Hex A4 6A D6 17 32 0 10 110 39 3F
Octal 244 152 326 27 62 0 20 420 71 77
Binary 10100100 1101010 11010110 10111 110010 0 10000 100010000 111001 111111

Color Harmonies of #A46AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46AD6

Black with #A46AD6

Text Example


Text Example

White with #A46AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46AD6; }

 p { color: rgb(164,106,214); }

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

background-color css

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

 a { background-color: rgb(164,106,214); }

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

border-color css

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

 span { border-color: rgb(164,106,214); }

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