Html Css Color HEX #A46FCE Amethyst

📋 copy color: '#A46FCE'

red 164 ◦ green 111 ◦ blue 206

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

Shades of Amethyst #A46FCE

Tints of Amethyst #A46FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 34.1%
G = 23.08%
B = 42.83%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A46FCE (or 0xA46FCE) is known color: Amethyst. HEX triplet: A4, 6F and CE. RGB value is (164,111,206). Sum of RGB (Red+Green+Blue) = 164+111+206=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A46FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FCE is #5B9031. Grayscale: #898989. Windows color (decimal): -6000690 or 13528996. OLE color: 13528996.

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

Color convert

RGB 164 111 206 -
CMYK 0.20 0.46 0 0.19
HSL 273.47º 0.49% 0.62% -
HSV(B) 273.47º 0.46% 0.81% -
XYZ 32.13 23.72 61.28 -
YUV 137.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 164 111 206 0.20 0.46 0 0.19 273.47 0.49 0.62
Hex A4 6F CE 14 2E 0 13 111 31 3E
Octal 244 157 316 24 56 0 23 421 61 76
Binary 10100100 1101111 11001110 10100 101110 0 10011 100010001 110001 111110

Color Harmonies of #A46FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FCE

Black with #A46FCE

Text Example


Text Example

White with #A46FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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