#A0298F

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

Shades of Dark Purple #A0298F

Tints of Dark Purple #A0298F

Color information

#A0298F (or 0xA0298F) is unknown color: approx Dark Purple. HEX triplet: A0, 29 and 8F. RGB value is (160,41,143). Sum of RGB (Red+Green+Blue) = 160+41+143=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A0298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0298F is #5FD670. Grayscale: #575757. Windows color (decimal): -6280817 or 9382304. OLE color: 9382304.

HSL color Cylindrical-coordinate representation of color #A0298F: hue angle of 308.57º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0298F is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16041143-
CMYK00.740.110.37
HSL308.57º59.2%39.41%-
HSV(B)308.57º74.37%62.75%-
XYZ20.2511.0427.05-
YUV88.21158.92179.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 41 (16.41% from 255) = 11.92%
BLUE value IS 143 (56.25% from 255) = 41.57%
R=46.51%
G=11.92%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604114300.740.110.37308.5759.239.41
HexA0298F04AB251353b27
Octal24051217011213454657347
Binary1010000010100110001111010010101011100101100110101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0298F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0298F; }

 p { color: rgb(160,41,143); }

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

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

 a { background-color: rgb(160,41,143); }

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

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

 span { border-color: rgb(160,41,143); }

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