Html Css Color HEX #A3229F Dark Magenta

📋 copy color: '#A3229F'

red 163 ◦ green 34 ◦ blue 159

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

Shades of Dark Magenta #A3229F

Tints of Dark Magenta #A3229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.66%

R = 45.79%
G = 9.55%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A3229F (or 0xA3229F) is known color: Dark Magenta. HEX triplet: A3, 22 and 9F. RGB value is (163,34,159). Sum of RGB (Red+Green+Blue) = 163+34+159=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3229F is #5CDD60. Grayscale: #565656. Windows color (decimal): -6085985 or 10429091. OLE color: 10429091.

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

Color convert

RGB 163 34 159 -
CMYK 0 0.79 0.02 0.36
HSL 301.86º 0.65% 0.39% -
HSV(B) 301.86º 0.79% 0.64% -
XYZ 21.93 11.43 33.85 -
YUV 86.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 163 34 159 0 0.79 0.02 0.36 301.86 0.65 0.39
Hex A3 22 9F 0 4F 2 24 12E 41 27
Octal 243 42 237 0 117 2 44 456 101 47
Binary 10100011 100010 10011111 0 1001111 10 100100 100101110 1000001 100111

Color Harmonies of #A3229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3229F

Black with #A3229F

Text Example


Text Example

White with #A3229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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