Html Css Color HEX #A0229C Dark Magenta

📋 copy color: '#A0229C'

red 160 ◦ green 34 ◦ blue 156

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

Shades of Dark Magenta #A0229C

Tints of Dark Magenta #A0229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 45.71%
G = 9.71%
B = 44.57%

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

#A0229C (or 0xA0229C) is known color: Dark Magenta. HEX triplet: A0, 22 and 9C. RGB value is (160,34,156). Sum of RGB (Red+Green+Blue) = 160+34+156=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0229C is #5FDD63. Grayscale: #555555. Windows color (decimal): -6282596 or 10232480. OLE color: 10232480.

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

Color convert

RGB 160 34 156 -
CMYK 0 0.79 0.02 0.37
HSL 301.9º 0.65% 0.38% -
HSV(B) 301.9º 0.79% 0.63% -
XYZ 21.07 11.02 32.47 -
YUV 85.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 160 34 156 0 0.79 0.02 0.37 301.9 0.65 0.38
Hex A0 22 9C 0 4F 2 25 12E 41 26
Octal 240 42 234 0 117 2 45 456 101 46
Binary 10100000 100010 10011100 0 1001111 10 100101 100101110 1000001 100110

Color Harmonies of #A0229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0229C

Black with #A0229C

Text Example


Text Example

White with #A0229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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