Html Css Color HEX #A0297C Dark Purple

📋 copy color: '#A0297C'

red 160 ◦ green 41 ◦ blue 124

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

Shades of Dark Purple #A0297C

Tints of Dark Purple #A0297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 49.23%
G = 12.62%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0297C (or 0xA0297C) is known color: Dark Purple. HEX triplet: A0, 29 and 7C. RGB value is (160,41,124). Sum of RGB (Red+Green+Blue) = 160+41+124=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0297C is #5FD683. Grayscale: #555555. Windows color (decimal): -6280836 or 8137120. OLE color: 8137120.

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

Color convert

RGB 160 41 124 -
CMYK 0 0.74 0.22 0.37
HSL 318.15º 0.59% 0.39% -
HSV(B) 318.15º 0.74% 0.63% -
XYZ 18.93 10.51 20.1 -
YUV 86.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 160 41 124 0 0.74 0.22 0.37 318.15 0.59 0.39
Hex A0 29 7C 0 4A 16 25 13E 3B 27
Octal 240 51 174 0 112 26 45 476 73 47
Binary 10100000 101001 1111100 0 1001010 10110 100101 100111110 111011 100111

Color Harmonies of #A0297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0297C

Black with #A0297C

Text Example


Text Example

White with #A0297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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