Html Css Color HEX #A0297D Dark Purple

📋 copy color: '#A0297D'

red 160 ◦ green 41 ◦ blue 125

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

Shades of Dark Purple #A0297D

Tints of Dark Purple #A0297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 49.08%
G = 12.58%
B = 38.34%

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

#A0297D (or 0xA0297D) is known color: Dark Purple. HEX triplet: A0, 29 and 7D. RGB value is (160,41,125). Sum of RGB (Red+Green+Blue) = 160+41+125=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0297D is #5FD682. Grayscale: #555555. Windows color (decimal): -6280835 or 8202656. OLE color: 8202656.

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

Color convert

RGB 160 41 125 -
CMYK 0 0.74 0.22 0.37
HSL 317.65º 0.59% 0.39% -
HSV(B) 317.65º 0.74% 0.63% -
XYZ 18.99 10.54 20.44 -
YUV 86.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 160 41 125 0 0.74 0.22 0.37 317.65 0.59 0.39
Hex A0 29 7D 0 4A 16 25 13E 3B 27
Octal 240 51 175 0 112 26 45 476 73 47
Binary 10100000 101001 1111101 0 1001010 10110 100101 100111110 111011 100111

Color Harmonies of #A0297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0297D

Black with #A0297D

Text Example


Text Example

White with #A0297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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