Html Css Color HEX #A2239C Dark Magenta

📋 copy color: '#A2239C'

red 162 ◦ green 35 ◦ blue 156

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

Shades of Dark Magenta #A2239C

Tints of Dark Magenta #A2239C

RGB

 RED value IS 162 (63.67% from 255) = 45.89%

 GREEN value IS 35 (14.06% from 255) = 9.92%

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

R = 45.89%
G = 9.92%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2239C (or 0xA2239C) is known color: Dark Magenta. HEX triplet: A2, 23 and 9C. RGB value is (162,35,156). Sum of RGB (Red+Green+Blue) = 162+35+156=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2239C is #5DDC63. Grayscale: #565656. Windows color (decimal): -6151268 or 10232738. OLE color: 10232738.

HSL color Cylindrical-coordinate representation of color #A2239C: hue angle of 302.83º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2239C is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 35 156 -
CMYK 0 0.78 0.04 0.36
HSL 302.83º 0.64% 0.39% -
HSV(B) 302.83º 0.78% 0.64% -
XYZ 21.5 11.28 32.5 -
YUV 86.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 162 35 156 0 0.78 0.04 0.36 302.83 0.64 0.39
Hex A2 23 9C 0 4E 4 24 12F 40 27
Octal 242 43 234 0 116 4 44 457 100 47
Binary 10100010 100011 10011100 0 1001110 100 100100 100101111 1000000 100111

Color Harmonies of #A2239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2239C

Black with #A2239C

Text Example


Text Example

White with #A2239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2239C; }

 p { color: rgb(162,35,156); }

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

background-color css

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

 a { background-color: rgb(162,35,156); }

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

border-color css

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

 span { border-color: rgb(162,35,156); }

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