#A04CDD

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

Shades of Amethyst #A04CDD

Tints of Amethyst #A04CDD

Color information

#A04CDD (or 0xA04CDD) is unknown color: approx Amethyst. HEX triplet: A0, 4C and DD. RGB value is (160,76,221). Sum of RGB (Red+Green+Blue) = 160+76+221=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #A04CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CDD is #5FB322. Grayscale: #757575. Windows color (decimal): -6271779 or 14503072. OLE color: 14503072.

HSL color Cylindrical-coordinate representation of color #A04CDD: hue angle of 274.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04CDD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16076221-
CMYK0.280.6600.13
HSL274.76º68.08%58.24%-
HSV(B)274.76º65.61%86.67%-
XYZ30.1317.8670.27-
YUV117.65186.33158.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 221 (86.72% from 255) = 48.36%
R=35.01%
G=16.63%
B=48.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160762210.280.6600.13274.7668.0858.24
HexA04CDD1C420D113443a
Octal2401143353410201542310472
Binary10100000100110011011101111001000010011011000100111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04CDD; }

 p { color: rgb(160,76,221); }

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

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

 a { background-color: rgb(160,76,221); }

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

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

 span { border-color: rgb(160,76,221); }

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