Html Css Color HEX #A0298E Dark Purple

📋 copy color: '#A0298E'

red 160 ◦ green 41 ◦ blue 142

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

Shades of Dark Purple #A0298E

Tints of Dark Purple #A0298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 46.65%
G = 11.95%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0298E (or 0xA0298E) is known color: Dark Purple. HEX triplet: A0, 29 and 8E. RGB value is (160,41,142). Sum of RGB (Red+Green+Blue) = 160+41+142=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0298E is #5FD671. Grayscale: #575757. Windows color (decimal): -6280818 or 9316768. OLE color: 9316768.

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

Color convert

RGB 160 41 142 -
CMYK 0 0.74 0.11 0.37
HSL 309.08º 0.59% 0.39% -
HSV(B) 309.08º 0.74% 0.63% -
XYZ 20.17 11.01 26.65 -
YUV 88.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 160 41 142 0 0.74 0.11 0.37 309.08 0.59 0.39
Hex A0 29 8E 0 4A B 25 135 3B 27
Octal 240 51 216 0 112 13 45 465 73 47
Binary 10100000 101001 10001110 0 1001010 1011 100101 100110101 111011 100111

Color Harmonies of #A0298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0298E

Black with #A0298E

Text Example


Text Example

White with #A0298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0298E; }

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

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

background-color css

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

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

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

border-color css

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

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

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