#A46CCA

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

Shades of Amethyst #A46CCA

Tints of Amethyst #A46CCA

Color information

#A46CCA (or 0xA46CCA) is unknown color: approx Amethyst. HEX triplet: A4, 6C and CA. RGB value is (164,108,202). Sum of RGB (Red+Green+Blue) = 164+108+202=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #A46CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCA is #5B9335. Grayscale: #878787. Windows color (decimal): -6001462 or 13266084. OLE color: 13266084.

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

Color convert

RGB164108202-
CMYK0.190.4700.21
HSL275.74º47%60.78%-
HSV(B)275.74º46.53%79.22%-
XYZ31.3322.8858.64-
YUV135.46165.55148.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 108 (42.58% from 255) = 22.78%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=34.60%
G=22.78%
B=42.62%

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
Decimal1641082020.190.4700.21275.744760.78
HexA46CCA132F0151142f3d
Octal24415431223570254245775
Binary1010010011011001100101010011101111010101100010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CCA; }

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

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

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

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

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

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

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

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