Html Css Color HEX #A3059E Dark Magenta

📋 copy color: '#A3059E'

red 163 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #A3059E

Tints of Dark Magenta #A3059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.47%

R = 50%
G = 1.53%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3059E (or 0xA3059E) is known color: Dark Magenta. HEX triplet: A3, 05 and 9E. RGB value is (163,5,158). Sum of RGB (Red+Green+Blue) = 163+5+158=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3059E is #5CFA61. Grayscale: #454545. Windows color (decimal): -6093410 or 10356131. OLE color: 10356131.

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

Color convert

RGB 163 5 158 -
CMYK 0 0.97 0.03 0.36
HSL 301.9º 0.94% 0.33% -
HSV(B) 301.9º 0.97% 0.64% -
XYZ 21.33 10.36 33.22 -
YUV 69.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 163 5 158 0 0.97 0.03 0.36 301.9 0.94 0.33
Hex A3 5 9E 0 61 3 24 12E 5E 21
Octal 243 5 236 0 141 3 44 456 136 41
Binary 10100011 101 10011110 0 1100001 11 100100 100101110 1011110 100001

Color Harmonies of #A3059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3059E

Black with #A3059E

Text Example


Text Example

White with #A3059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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