Html Css Color HEX #A0298F Dark Purple

📋 copy color: '#A0298F'

red 160 ◦ green 41 ◦ blue 143

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

Shades of Dark Purple #A0298F

Tints of Dark Purple #A0298F

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 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

#A0298F (or 0xA0298F) is known color: 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

RGB 160 41 143 -
CMYK 0 0.74 0.11 0.37
HSL 308.57º 0.59% 0.39% -
HSV(B) 308.57º 0.74% 0.63% -
XYZ 20.25 11.04 27.05 -
YUV 88.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 160 41 143 0 0.74 0.11 0.37 308.57 0.59 0.39
Hex A0 29 8F 0 4A B 25 135 3B 27
Octal 240 51 217 0 112 13 45 465 73 47
Binary 10100000 101001 10001111 0 1001010 1011 100101 100110101 111011 100111

Color Harmonies of #A0298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0298F

Black with #A0298F

Text Example


Text Example

White with #A0298F

Text Example


Text Example

HTML Codes & Css Web 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>