#A0298A

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

Shades of Dark Purple #A0298A

Tints of Dark Purple #A0298A

Color information

#A0298A (or 0xA0298A) is unknown color: approx Dark Purple. HEX triplet: A0, 29 and 8A. RGB value is (160,41,138). Sum of RGB (Red+Green+Blue) = 160+41+138=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0298A is #5FD675. Grayscale: #575757. Windows color (decimal): -6280822 or 9054624. OLE color: 9054624.

HSL color Cylindrical-coordinate representation of color #A0298A: hue angle of 311.09º 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 #A0298A is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16041138-
CMYK00.740.140.37
HSL311.09º59.2%39.41%-
HSV(B)311.09º74.37%62.75%-
XYZ19.8810.8925.1-
YUV87.64156.42179.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=47.20%
G=12.09%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604113800.740.140.37311.0959.239.41
HexA0298A04AE251373b27
Octal24051212011216454677347
Binary1010000010100110001010010010101110100101100110111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0298A; }

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

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

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

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

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

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

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

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