Html Css Color HEX #A46CCF Amethyst

📋 copy color: '#A46CCF'

red 164 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #A46CCF

Tints of Amethyst #A46CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.55%

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

R = 34.24%
G = 22.55%
B = 43.22%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A46CCF (or 0xA46CCF) is known color: Amethyst. HEX triplet: A4, 6C and CF. RGB value is (164,108,207). Sum of RGB (Red+Green+Blue) = 164+108+207=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCF is #5B9330. Grayscale: #878787. Windows color (decimal): -6001457 or 13593764. OLE color: 13593764.

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

Color convert

RGB 164 108 207 -
CMYK 0.21 0.48 0 0.19
HSL 273.94º 0.51% 0.62% -
HSV(B) 273.94º 0.48% 0.81% -
XYZ 31.93 23.12 61.81 -
YUV 136.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 164 108 207 0.21 0.48 0 0.19 273.94 0.51 0.62
Hex A4 6C CF 15 30 0 13 112 33 3E
Octal 244 154 317 25 60 0 23 422 63 76
Binary 10100100 1101100 11001111 10101 110000 0 10011 100010010 110011 111110

Color Harmonies of #A46CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CCF

Black with #A46CCF

Text Example


Text Example

White with #A46CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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