#A46FCB

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

Shades of Amethyst #A46FCB

Tints of Amethyst #A46FCB

Color information

#A46FCB (or 0xA46FCB) is unknown color: approx Amethyst. HEX triplet: A4, 6F and CB. RGB value is (164,111,203). Sum of RGB (Red+Green+Blue) = 164+111+203=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #A46FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FCB is #5B9034. Grayscale: #898989. Windows color (decimal): -6000693 or 13332388. OLE color: 13332388.

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

Color convert

RGB164111203-
CMYK0.190.4500.20
HSL274.57º46.94%61.57%-
HSV(B)274.57º45.32%79.61%-
XYZ31.7723.5759.38-
YUV137.34165.06147.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=34.31%
G=23.22%
B=42.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641112030.190.4500.20274.5746.9461.57
HexA46FCB132D0141132f3e
Octal24415731323550244235776
Binary1010010011011111100101110011101101010100100010011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FCB; }

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

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

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

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

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

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

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

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