Html Css Color HEX #A0229D Dark Magenta

📋 copy color: '#A0229D'

red 160 ◦ green 34 ◦ blue 157

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

Shades of Dark Magenta #A0229D

Tints of Dark Magenta #A0229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 45.58%
G = 9.69%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0229D (or 0xA0229D) is known color: Dark Magenta. HEX triplet: A0, 22 and 9D. RGB value is (160,34,157). Sum of RGB (Red+Green+Blue) = 160+34+157=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0229D is #5FDD62. Grayscale: #555555. Windows color (decimal): -6282595 or 10298016. OLE color: 10298016.

HSL color Cylindrical-coordinate representation of color #A0229D: hue angle of 301.43º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0229D is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 34 157 -
CMYK 0 0.79 0.02 0.37
HSL 301.43º 0.65% 0.38% -
HSV(B) 301.43º 0.79% 0.63% -
XYZ 21.16 11.05 32.92 -
YUV 85.7 168.24 181 -
System Red Green Blue C M Y K H S L
Decimal 160 34 157 0 0.79 0.02 0.37 301.43 0.65 0.38
Hex A0 22 9D 0 4F 2 25 12D 41 26
Octal 240 42 235 0 117 2 45 455 101 46
Binary 10100000 100010 10011101 0 1001111 10 100101 100101101 1000001 100110

Color Harmonies of #A0229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0229D

Black with #A0229D

Text Example


Text Example

White with #A0229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0229D; }

 p { color: rgb(160,34,157); }

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

background-color css

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

 a { background-color: rgb(160,34,157); }

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

border-color css

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

 span { border-color: rgb(160,34,157); }

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