Html Css Color HEX #A4138E Dark Magenta

📋 copy color: '#A4138E'

red 164 ◦ green 19 ◦ blue 142

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

Shades of Dark Magenta #A4138E

Tints of Dark Magenta #A4138E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 50.46%
G = 5.85%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4138E (or 0xA4138E) is known color: Dark Magenta. HEX triplet: A4, 13 and 8E. RGB value is (164,19,142). Sum of RGB (Red+Green+Blue) = 164+19+142=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4138E is #5BEC71. Grayscale: #4C4C4C. Windows color (decimal): -6024306 or 9311140. OLE color: 9311140.

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

Color convert

RGB 164 19 142 -
CMYK 0 0.88 0.13 0.36
HSL 309.1º 0.79% 0.36% -
HSV(B) 309.1º 0.88% 0.64% -
XYZ 20.43 10.31 26.5 -
YUV 76.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 164 19 142 0 0.88 0.13 0.36 309.1 0.79 0.36
Hex A4 13 8E 0 58 D 24 135 4F 24
Octal 244 23 216 0 130 15 44 465 117 44
Binary 10100100 10011 10001110 0 1011000 1101 100100 100110101 1001111 100100

Color Harmonies of #A4138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4138E

Black with #A4138E

Text Example


Text Example

White with #A4138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4138E; }

 p { color: rgb(164,19,142); }

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

background-color css

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

 a { background-color: rgb(164,19,142); }

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

border-color css

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

 span { border-color: rgb(164,19,142); }

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