Html Css Color HEX #A3219E Dark Magenta

📋 copy color: '#A3219E'

red 163 ◦ green 33 ◦ blue 158

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

Shades of Dark Magenta #A3219E

Tints of Dark Magenta #A3219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.32%

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

R = 46.05%
G = 9.32%
B = 44.63%

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

#A3219E (or 0xA3219E) is known color: Dark Magenta. HEX triplet: A3, 21 and 9E. RGB value is (163,33,158). Sum of RGB (Red+Green+Blue) = 163+33+158=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3219E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3219E is #5CDE61. Grayscale: #555555. Windows color (decimal): -6086242 or 10363299. OLE color: 10363299.

HSL color Cylindrical-coordinate representation of color #A3219E: hue angle of 302.31º degrees, saturation: 0.66, 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 #A3219E is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 158 -
CMYK 0 0.80 0.03 0.36
HSL 302.31º 0.66% 0.38% -
HSV(B) 302.31º 0.8% 0.64% -
XYZ 21.82 11.34 33.39 -
YUV 86.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 163 33 158 0 0.80 0.03 0.36 302.31 0.66 0.38
Hex A3 21 9E 0 50 3 24 12E 42 26
Octal 243 41 236 0 120 3 44 456 102 46
Binary 10100011 100001 10011110 0 1010000 11 100100 100101110 1000010 100110

Color Harmonies of #A3219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3219E

Black with #A3219E

Text Example


Text Example

White with #A3219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3219E; }

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

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

background-color css

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

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

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

border-color css

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

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

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