Html Css Color HEX #A3229B Dark Magenta

📋 copy color: '#A3229B'

red 163 ◦ green 34 ◦ blue 155

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

Shades of Dark Magenta #A3229B

Tints of Dark Magenta #A3229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 46.31%
G = 9.66%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3229B (or 0xA3229B) is known color: Dark Magenta. HEX triplet: A3, 22 and 9B. RGB value is (163,34,155). Sum of RGB (Red+Green+Blue) = 163+34+155=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3229B is #5CDD64. Grayscale: #565656. Windows color (decimal): -6085989 or 10166947. OLE color: 10166947.

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

Color convert

RGB 163 34 155 -
CMYK 0 0.79 0.05 0.36
HSL 303.72º 0.65% 0.39% -
HSV(B) 303.72º 0.79% 0.64% -
XYZ 21.59 11.3 32.05 -
YUV 86.37 166.74 182.66 -
System Red Green Blue C M Y K H S L
Decimal 163 34 155 0 0.79 0.05 0.36 303.72 0.65 0.39
Hex A3 22 9B 0 4F 5 24 130 41 27
Octal 243 42 233 0 117 5 44 460 101 47
Binary 10100011 100010 10011011 0 1001111 101 100100 100110000 1000001 100111

Color Harmonies of #A3229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3229B

Black with #A3229B

Text Example


Text Example

White with #A3229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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