Html Css Color HEX #A0298D Dark Purple

📋 copy color: '#A0298D'

red 160 ◦ green 41 ◦ blue 141

#A0298D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A0298D

Tints of Dark Purple #A0298D

RGB

 RED value IS 160 (62.89% from 255) = 46.78%

 GREEN value IS 41 (16.41% from 255) = 11.99%

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 46.78%
G = 11.99%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0298D (or 0xA0298D) is known color: Dark Purple. HEX triplet: A0, 29 and 8D. RGB value is (160,41,141). Sum of RGB (Red+Green+Blue) = 160+41+141=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0298D is #5FD672. Grayscale: #575757. Windows color (decimal): -6280819 or 9251232. OLE color: 9251232.

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

Color convert

RGB 160 41 141 -
CMYK 0 0.74 0.12 0.37
HSL 309.58º 0.59% 0.39% -
HSV(B) 309.58º 0.74% 0.63% -
XYZ 20.1 10.98 26.26 -
YUV 87.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 160 41 141 0 0.74 0.12 0.37 309.58 0.59 0.39
Hex A0 29 8D 0 4A C 25 136 3B 27
Octal 240 51 215 0 112 14 45 466 73 47
Binary 10100000 101001 10001101 0 1001010 1100 100101 100110110 111011 100111

Color Harmonies of #A0298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0298D

Black with #A0298D

Text Example


Text Example

White with #A0298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0298D; }

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

 H1.HeaderClassName
 {
   color: #A0298D;
 }
 .AnyTagClassName
 {
   color: #A0298D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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