Html Css Color HEX #A3209E Dark Magenta

📋 copy color: '#A3209E'

red 163 ◦ green 32 ◦ blue 158

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

Shades of Dark Magenta #A3209E

Tints of Dark Magenta #A3209E

RGB

 RED value IS 163 (64.06% from 255) = 46.18%

 GREEN value IS 32 (12.89% from 255) = 9.07%

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 46.18%
G = 9.07%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3209E (or 0xA3209E) is known color: Dark Magenta. HEX triplet: A3, 20 and 9E. RGB value is (163,32,158). Sum of RGB (Red+Green+Blue) = 163+32+158=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3209E is #5CDF61. Grayscale: #555555. Windows color (decimal): -6086498 or 10363043. OLE color: 10363043.

HSL color Cylindrical-coordinate representation of color #A3209E: hue angle of 302.29º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3209E is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 32 158 -
CMYK 0 0.80 0.03 0.36
HSL 302.29º 0.67% 0.38% -
HSV(B) 302.29º 0.8% 0.64% -
XYZ 21.79 11.29 33.38 -
YUV 85.53 168.9 183.25 -
System Red Green Blue C M Y K H S L
Decimal 163 32 158 0 0.80 0.03 0.36 302.29 0.67 0.38
Hex A3 20 9E 0 50 3 24 12E 43 26
Octal 243 40 236 0 120 3 44 456 103 46
Binary 10100011 100000 10011110 0 1010000 11 100100 100101110 1000011 100110

Color Harmonies of #A3209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3209E

Black with #A3209E

Text Example


Text Example

White with #A3209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3209E; }

 p { color: rgb(163,32,158); }

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

background-color css

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

 a { background-color: rgb(163,32,158); }

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

border-color css

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

 span { border-color: rgb(163,32,158); }

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