#a04fdc

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

Shades of Amethyst #A04FDC

Tints of Amethyst #A04FDC

Color information

#A04FDC (or 0xA04FDC) is unknown color: approx Amethyst. HEX triplet: A0, 4F and DC. RGB value is (160,79,220). Sum of RGB (Red+Green+Blue) = 160+79+220=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #A04FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FDC is #5FB023. Grayscale: #767676. Windows color (decimal): -6271012 or 14438304. OLE color: 14438304.

HSL color Cylindrical-coordinate representation of color #A04FDC: hue angle of 274.47º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04FDC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16079220-
CMYK0.270.6400.14
HSL274.47º66.82%58.63%-
HSV(B)274.47º64.09%86.27%-
XYZ30.2118.2369.64-
YUV119.29184.84157.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 79 (31.25% from 255) = 17.21%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=34.86%
G=17.21%
B=47.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160792200.270.6400.14274.4766.8258.63
HexA04FDC1B400E112433b
Octal2401173343310001642210373
Binary10100000100111111011100110111000000011101000100101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04fdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04fdc; }

 p { color: rgb(160,79,220); }

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

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

 a { background-color: rgb(160,79,220); }

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

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

 span { border-color: rgb(160,79,220); }

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