#A46BCA

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

Shades of Amethyst #A46BCA

Tints of Amethyst #A46BCA

Color information

#A46BCA (or 0xA46BCA) is unknown color: approx Amethyst. HEX triplet: A4, 6B and CA. RGB value is (164,107,202). Sum of RGB (Red+Green+Blue) = 164+107+202=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A46BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BCA is #5B9435. Grayscale: #868686. Windows color (decimal): -6001718 or 13265828. OLE color: 13265828.

HSL color Cylindrical-coordinate representation of color #A46BCA: hue angle of 276º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A46BCA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164107202-
CMYK0.190.4700.21
HSL276º47.26%60.59%-
HSV(B)276º47.03%79.22%-
XYZ31.2322.6758.61-
YUV134.87165.88148.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=34.67%
G=22.62%
B=42.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641072020.190.4700.2127647.2660.59
HexA46BCA132F0151142f3d
Octal24415331223570254245775
Binary1010010011010111100101010011101111010101100010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46BCA; }

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

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

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

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

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

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

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

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