Html Css Color HEX #A4058B Dark Magenta

📋 copy color: '#A4058B'

red 164 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #A4058B

Tints of Dark Magenta #A4058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.62%

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 53.25%
G = 1.62%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4058B (or 0xA4058B) is known color: Dark Magenta. HEX triplet: A4, 05 and 8B. RGB value is (164,5,139). Sum of RGB (Red+Green+Blue) = 164+5+139=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4058B is #5BFA74. Grayscale: #434343. Windows color (decimal): -6027893 or 9110948. OLE color: 9110948.

HSL color Cylindrical-coordinate representation of color #A4058B: hue angle of 309.43º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A4058B is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 5 139 -
CMYK 0 0.97 0.15 0.36
HSL 309.43º 0.94% 0.33% -
HSV(B) 309.43º 0.97% 0.64% -
XYZ 20.02 9.87 25.27 -
YUV 67.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 164 5 139 0 0.97 0.15 0.36 309.43 0.94 0.33
Hex A4 5 8B 0 61 F 24 135 5E 21
Octal 244 5 213 0 141 17 44 465 136 41
Binary 10100100 101 10001011 0 1100001 1111 100100 100110101 1011110 100001

Color Harmonies of #A4058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4058B

Black with #A4058B

Text Example


Text Example

White with #A4058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4058B; }

 p { color: rgb(164,5,139); }

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

background-color css

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

 a { background-color: rgb(164,5,139); }

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

border-color css

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

 span { border-color: rgb(164,5,139); }

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