#A34FE9

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

Shades of Amethyst #A34FE9

Tints of Amethyst #A34FE9

Color information

#A34FE9 (or 0xA34FE9) is unknown color: approx Amethyst. HEX triplet: A3, 4F and E9. RGB value is (163,79,233). Sum of RGB (Red+Green+Blue) = 163+79+233=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #A34FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FE9 is #5CB016. Grayscale: #797979. Windows color (decimal): -6074391 or 15290275. OLE color: 15290275.

HSL color Cylindrical-coordinate representation of color #A34FE9: hue angle of 272.73º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34FE9 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16379233-
CMYK0.300.6600.09
HSL272.73º77.78%61.18%-
HSV(B)272.73º66.09%91.37%-
XYZ32.6119.2679.09-
YUV121.67190.83157.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 79 (31.25% from 255) = 16.63%
BLUE value IS 233 (91.41% from 255) = 49.05%
R=34.32%
G=16.63%
B=49.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal163792330.300.6600.09272.7377.7861.18
HexA34FE91E42091114e3d
Octal2431173513610201142111675
Binary10100011100111111101001111101000010010011000100011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34FE9; }

 p { color: rgb(163,79,233); }

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

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

 a { background-color: rgb(163,79,233); }

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

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

 span { border-color: rgb(163,79,233); }

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