Html Css Color HEX #A3058B Dark Magenta

📋 copy color: '#A3058B'

red 163 ◦ green 5 ◦ blue 139

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

Shades of Dark Magenta #A3058B

Tints of Dark Magenta #A3058B

RGB

 RED value IS 163 (64.06% from 255) = 53.09%

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

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

R = 53.09%
G = 1.63%
B = 45.28%

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

#A3058B (or 0xA3058B) is known color: Dark Magenta. HEX triplet: A3, 05 and 8B. RGB value is (163,5,139). Sum of RGB (Red+Green+Blue) = 163+5+139=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A3058B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3058B is #5CFA74. Grayscale: #434343. Windows color (decimal): -6093429 or 9110947. OLE color: 9110947.

HSL color Cylindrical-coordinate representation of color #A3058B: hue angle of 309.11º 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 #A3058B is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 139 -
CMYK 0 0.97 0.15 0.36
HSL 309.11º 0.94% 0.33% -
HSV(B) 309.11º 0.97% 0.64% -
XYZ 19.82 9.76 25.27 -
YUV 67.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 163 5 139 0 0.97 0.15 0.36 309.11 0.94 0.33
Hex A3 5 8B 0 61 F 24 135 5E 21
Octal 243 5 213 0 141 17 44 465 136 41
Binary 10100011 101 10001011 0 1100001 1111 100100 100110101 1011110 100001

Color Harmonies of #A3058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3058B

Black with #A3058B

Text Example


Text Example

White with #A3058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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