Html Css Color HEX #A4119A Dark Magenta

📋 copy color: '#A4119A'

red 164 ◦ green 17 ◦ blue 154

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

Shades of Dark Magenta #A4119A

Tints of Dark Magenta #A4119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.07%

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

R = 48.96%
G = 5.07%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4119A (or 0xA4119A) is known color: Dark Magenta. HEX triplet: A4, 11 and 9A. RGB value is (164,17,154). Sum of RGB (Red+Green+Blue) = 164+17+154=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4119A is #5BEE65. Grayscale: #4C4C4C. Windows color (decimal): -6024806 or 10097060. OLE color: 10097060.

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

Color convert

RGB 164 17 154 -
CMYK 0 0.90 0.06 0.36
HSL 304.08º 0.81% 0.35% -
HSV(B) 304.08º 0.9% 0.64% -
XYZ 21.34 10.63 31.5 -
YUV 76.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 164 17 154 0 0.90 0.06 0.36 304.08 0.81 0.35
Hex A4 11 9A 0 5A 6 24 130 51 23
Octal 244 21 232 0 132 6 44 460 121 43
Binary 10100100 10001 10011010 0 1011010 110 100100 100110000 1010001 100011

Color Harmonies of #A4119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4119A

Black with #A4119A

Text Example


Text Example

White with #A4119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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