Html Css Color HEX #A3058A Dark Magenta

📋 copy color: '#A3058A'

red 163 ◦ green 5 ◦ blue 138

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

Shades of Dark Magenta #A3058A

Tints of Dark Magenta #A3058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 53.27%
G = 1.63%
B = 45.1%

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

#A3058A (or 0xA3058A) is known color: Dark Magenta. HEX triplet: A3, 05 and 8A. RGB value is (163,5,138). Sum of RGB (Red+Green+Blue) = 163+5+138=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3058A is #5CFA75. Grayscale: #434343. Windows color (decimal): -6093430 or 9045411. OLE color: 9045411.

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

Color convert

RGB 163 5 138 -
CMYK 0 0.97 0.15 0.36
HSL 309.49º 0.94% 0.33% -
HSV(B) 309.49º 0.97% 0.64% -
XYZ 19.75 9.73 24.88 -
YUV 67.4 167.85 196.19 -
System Red Green Blue C M Y K H S L
Decimal 163 5 138 0 0.97 0.15 0.36 309.49 0.94 0.33
Hex A3 5 8A 0 61 F 24 135 5E 21
Octal 243 5 212 0 141 17 44 465 136 41
Binary 10100011 101 10001010 0 1100001 1111 100100 100110101 1011110 100001

Color Harmonies of #A3058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3058A

Black with #A3058A

Text Example


Text Example

White with #A3058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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