Html Css Color HEX #A4129A Dark Magenta

📋 copy color: '#A4129A'

red 164 ◦ green 18 ◦ blue 154

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

Shades of Dark Magenta #A4129A

Tints of Dark Magenta #A4129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.36%

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

R = 48.81%
G = 5.36%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4129A (or 0xA4129A) is known color: Dark Magenta. HEX triplet: A4, 12 and 9A. RGB value is (164,18,154). Sum of RGB (Red+Green+Blue) = 164+18+154=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4129A is #5BED65. Grayscale: #4C4C4C. Windows color (decimal): -6024550 or 10097316. OLE color: 10097316.

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

Color convert

RGB 164 18 154 -
CMYK 0 0.89 0.06 0.36
HSL 304.11º 0.8% 0.36% -
HSV(B) 304.11º 0.89% 0.64% -
XYZ 21.36 10.66 31.5 -
YUV 77.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 164 18 154 0 0.89 0.06 0.36 304.11 0.8 0.36
Hex A4 12 9A 0 59 6 24 130 50 24
Octal 244 22 232 0 131 6 44 460 120 44
Binary 10100100 10010 10011010 0 1011001 110 100100 100110000 1010000 100100

Color Harmonies of #A4129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4129A

Black with #A4129A

Text Example


Text Example

White with #A4129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4129A; }

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

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

background-color css

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

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

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

border-color css

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

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

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