#A46BCC

Color #A46BCC Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A46BCC

Tints of Amethyst #A46BCC

Color information

#A46BCC (or 0xA46BCC) is unknown color: approx Amethyst. HEX triplet: A4, 6B and CC. RGB value is (164,107,204). Sum of RGB (Red+Green+Blue) = 164+107+204=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A46BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BCC is #5B9433. Grayscale: #868686. Windows color (decimal): -6001716 or 13396900. OLE color: 13396900.

HSL color Cylindrical-coordinate representation of color #A46BCC: hue angle of 275.26º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A46BCC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164107204-
CMYK0.200.4800.2
HSL275.26º48.74%60.98%-
HSV(B)275.26º47.55%80%-
XYZ31.4722.7759.86-
YUV135.1166.88148.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=34.53%
G=22.53%
B=42.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641072040.200.4800.2275.2648.7460.98
HexA46BCC1430014113313d
Octal24415331424600244236175
Binary1010010011010111100110010100110000010100100010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BCC; }

 p { color: rgb(164,107,204); }

 H1.HeaderClassName
 {
   color: #A46BCC;
 }
 .AnyTagClassName
 {
   color: #A46BCC;
 }
</style>
background-color css

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

 a { background-color: rgb(164,107,204); }

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

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

 span { border-color: rgb(164,107,204); }

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