Html Css Color HEX #A46FCF Amethyst

📋 copy color: '#A46FCF'

red 164 ◦ green 111 ◦ blue 207

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

Shades of Amethyst #A46FCF

Tints of Amethyst #A46FCF

RGB

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

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

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

R = 34.02%
G = 23.03%
B = 42.95%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A46FCF (or 0xA46FCF) is known color: Amethyst. HEX triplet: A4, 6F and CF. RGB value is (164,111,207). Sum of RGB (Red+Green+Blue) = 164+111+207=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FCF is #5B9030. Grayscale: #898989. Windows color (decimal): -6000689 or 13594532. OLE color: 13594532.

HSL color Cylindrical-coordinate representation of color #A46FCF: hue angle of 273.12º degrees, saturation: 0.5, 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 #A46FCF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 111 207 -
CMYK 0.21 0.46 0 0.19
HSL 273.13º 0.5% 0.62% -
HSV(B) 273.13º 0.46% 0.81% -
XYZ 32.26 23.77 61.92 -
YUV 137.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 164 111 207 0.21 0.46 0 0.19 273.13 0.5 0.62
Hex A4 6F CF 15 2E 0 13 111 32 3E
Octal 244 157 317 25 56 0 23 421 62 76
Binary 10100100 1101111 11001111 10101 101110 0 10011 100010001 110010 111110

Color Harmonies of #A46FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FCF

Black with #A46FCF

Text Example


Text Example

White with #A46FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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