Html Css Color HEX #A3229E Dark Magenta

📋 copy color: '#A3229E'

red 163 ◦ green 34 ◦ blue 158

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

Shades of Dark Magenta #A3229E

Tints of Dark Magenta #A3229E

RGB

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

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

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

R = 45.92%
G = 9.58%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3229E (or 0xA3229E) is known color: Dark Magenta. HEX triplet: A3, 22 and 9E. RGB value is (163,34,158). Sum of RGB (Red+Green+Blue) = 163+34+158=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3229E is #5CDD61. Grayscale: #565656. Windows color (decimal): -6085986 or 10363555. OLE color: 10363555.

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

Color convert

RGB 163 34 158 -
CMYK 0 0.79 0.03 0.36
HSL 302.33º 0.65% 0.39% -
HSV(B) 302.33º 0.79% 0.64% -
XYZ 21.85 11.4 33.4 -
YUV 86.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 163 34 158 0 0.79 0.03 0.36 302.33 0.65 0.39
Hex A3 22 9E 0 4F 3 24 12E 41 27
Octal 243 42 236 0 117 3 44 456 101 47
Binary 10100011 100010 10011110 0 1001111 11 100100 100101110 1000001 100111

Color Harmonies of #A3229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3229E

Black with #A3229E

Text Example


Text Example

White with #A3229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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