Html Css Color HEX #A0298A Dark Purple

📋 copy color: '#A0298A'

red 160 ◦ green 41 ◦ blue 138

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

Shades of Dark Purple #A0298A

Tints of Dark Purple #A0298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 47.2%
G = 12.09%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

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

RGB 160 41 138 -
CMYK 0 0.74 0.14 0.37
HSL 311.09º 0.59% 0.39% -
HSV(B) 311.09º 0.74% 0.63% -
XYZ 19.88 10.89 25.1 -
YUV 87.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 160 41 138 0 0.74 0.14 0.37 311.09 0.59 0.39
Hex A0 29 8A 0 4A E 25 137 3B 27
Octal 240 51 212 0 112 16 45 467 73 47
Binary 10100000 101001 10001010 0 1001010 1110 100101 100110111 111011 100111

Color Harmonies of #A0298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0298A

Black with #A0298A

Text Example


Text Example

White with #A0298A

Text Example


Text Example

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