Html Css Color HEX #A46FC6 Amethyst

📋 copy color: '#A46FC6'

red 164 ◦ green 111 ◦ blue 198

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

Shades of Amethyst #A46FC6

Tints of Amethyst #A46FC6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.47%

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 34.67%
G = 23.47%
B = 41.86%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A46FC6 (or 0xA46FC6) is known color: Amethyst. HEX triplet: A4, 6F and C6. RGB value is (164,111,198). Sum of RGB (Red+Green+Blue) = 164+111+198=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #A46FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FC6 is #5B9039. Grayscale: #888888. Windows color (decimal): -6000698 or 13004708. OLE color: 13004708.

HSL color Cylindrical-coordinate representation of color #A46FC6: hue angle of 276.55º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46FC6 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 111 198 -
CMYK 0.17 0.44 0 0.22
HSL 276.55º 0.43% 0.61% -
HSV(B) 276.55º 0.44% 0.78% -
XYZ 31.19 23.34 56.29 -
YUV 136.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 164 111 198 0.17 0.44 0 0.22 276.55 0.43 0.61
Hex A4 6F C6 11 2C 0 16 115 2B 3D
Octal 244 157 306 21 54 0 26 425 53 75
Binary 10100100 1101111 11000110 10001 101100 0 10110 100010101 101011 111101

Color Harmonies of #A46FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FC6

Black with #A46FC6

Text Example


Text Example

White with #A46FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FC6; }

 p { color: rgb(164,111,198); }

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

background-color css

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

 a { background-color: rgb(164,111,198); }

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

border-color css

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

 span { border-color: rgb(164,111,198); }

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