#A46DCB

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

Shades of Amethyst #A46DCB

Tints of Amethyst #A46DCB

Color information

#A46DCB (or 0xA46DCB) is unknown color: approx Amethyst. HEX triplet: A4, 6D and CB. RGB value is (164,109,203). Sum of RGB (Red+Green+Blue) = 164+109+203=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A46DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DCB is #5B9234. Grayscale: #878787. Windows color (decimal): -6001205 or 13331876. OLE color: 13331876.

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

Color convert

RGB164109203-
CMYK0.190.4600.20
HSL275.11º47.47%61.18%-
HSV(B)275.11º46.31%79.61%-
XYZ31.5623.1459.3-
YUV136.16165.72147.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 109 (42.97% from 255) = 22.90%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=34.45%
G=22.90%
B=42.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641092030.190.4600.20275.1147.4761.18
HexA46DCB132E0141132f3d
Octal24415531323560244235775
Binary1010010011011011100101110011101110010100100010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DCB; }

 p { color: rgb(164,109,203); }

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

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

 a { background-color: rgb(164,109,203); }

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

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

 span { border-color: rgb(164,109,203); }

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