Html Css Color HEX #A0297E Dark Purple

📋 copy color: '#A0297E'

red 160 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #A0297E

Tints of Dark Purple #A0297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 48.93%
G = 12.54%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0297E (or 0xA0297E) is known color: Dark Purple. HEX triplet: A0, 29 and 7E. RGB value is (160,41,126). Sum of RGB (Red+Green+Blue) = 160+41+126=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A0297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0297E is #5FD681. Grayscale: #565656. Windows color (decimal): -6280834 or 8268192. OLE color: 8268192.

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

Color convert

RGB 160 41 126 -
CMYK 0 0.74 0.21 0.37
HSL 317.14º 0.59% 0.39% -
HSV(B) 317.14º 0.74% 0.63% -
XYZ 19.06 10.57 20.77 -
YUV 86.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 160 41 126 0 0.74 0.21 0.37 317.14 0.59 0.39
Hex A0 29 7E 0 4A 15 25 13D 3B 27
Octal 240 51 176 0 112 25 45 475 73 47
Binary 10100000 101001 1111110 0 1001010 10101 100101 100111101 111011 100111

Color Harmonies of #A0297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0297E

Black with #A0297E

Text Example


Text Example

White with #A0297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0297E; }

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

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

background-color css

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

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

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

border-color css

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

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

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