Html Css Color HEX #A4159A Dark Magenta

📋 copy color: '#A4159A'

red 164 ◦ green 21 ◦ blue 154

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

Shades of Dark Magenta #A4159A

Tints of Dark Magenta #A4159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.19%

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 48.38%
G = 6.19%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4159A (or 0xA4159A) is known color: Dark Magenta. HEX triplet: A4, 15 and 9A. RGB value is (164,21,154). Sum of RGB (Red+Green+Blue) = 164+21+154=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4159A is #5BEA65. Grayscale: #4E4E4E. Windows color (decimal): -6023782 or 10098084. OLE color: 10098084.

HSL color Cylindrical-coordinate representation of color #A4159A: hue angle of 304.2º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4159A is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 154 -
CMYK 0 0.87 0.06 0.36
HSL 304.2º 0.77% 0.36% -
HSV(B) 304.2º 0.87% 0.64% -
XYZ 21.41 10.76 31.52 -
YUV 78.92 170.38 188.69 -
System Red Green Blue C M Y K H S L
Decimal 164 21 154 0 0.87 0.06 0.36 304.2 0.77 0.36
Hex A4 15 9A 0 57 6 24 130 4D 24
Octal 244 25 232 0 127 6 44 460 115 44
Binary 10100100 10101 10011010 0 1010111 110 100100 100110000 1001101 100100

Color Harmonies of #A4159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4159A

Black with #A4159A

Text Example


Text Example

White with #A4159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4159A; }

 p { color: rgb(164,21,154); }

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

background-color css

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

 a { background-color: rgb(164,21,154); }

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

border-color css

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

 span { border-color: rgb(164,21,154); }

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