Html Css Color HEX #A4219B Dark Magenta

📋 copy color: '#A4219B'

red 164 ◦ green 33 ◦ blue 155

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

Shades of Dark Magenta #A4219B

Tints of Dark Magenta #A4219B

RGB

 RED value IS 164 (64.45% from 255) = 46.59%

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

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

R = 46.59%
G = 9.38%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4219B (or 0xA4219B) is known color: Dark Magenta. HEX triplet: A4, 21 and 9B. RGB value is (164,33,155). Sum of RGB (Red+Green+Blue) = 164+33+155=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4219B is #5BDE64. Grayscale: #555555. Windows color (decimal): -6020709 or 10166692. OLE color: 10166692.

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

Color convert

RGB 164 33 155 -
CMYK 0 0.80 0.05 0.36
HSL 304.12º 0.66% 0.39% -
HSV(B) 304.12º 0.8% 0.64% -
XYZ 21.77 11.35 32.05 -
YUV 86.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 164 33 155 0 0.80 0.05 0.36 304.12 0.66 0.39
Hex A4 21 9B 0 50 5 24 130 42 27
Octal 244 41 233 0 120 5 44 460 102 47
Binary 10100100 100001 10011011 0 1010000 101 100100 100110000 1000010 100111

Color Harmonies of #A4219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4219B

Black with #A4219B

Text Example


Text Example

White with #A4219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4219B; }

 p { color: rgb(164,33,155); }

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

background-color css

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

 a { background-color: rgb(164,33,155); }

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

border-color css

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

 span { border-color: rgb(164,33,155); }

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