Html Css Color HEX #A5059F Dark Magenta

📋 copy color: '#A5059F'

red 165 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #A5059F

Tints of Dark Magenta #A5059F

RGB

 RED value IS 165 (64.84% from 255) = 50.15%

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

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 50.15%
G = 1.52%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5059F (or 0xA5059F) is known color: Dark Magenta. HEX triplet: A5, 05 and 9F. RGB value is (165,5,159). Sum of RGB (Red+Green+Blue) = 165+5+159=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5059F is #5AFA60. Grayscale: #454545. Windows color (decimal): -5962337 or 10421669. OLE color: 10421669.

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

Color convert

RGB 165 5 159 -
CMYK 0 0.97 0.04 0.35
HSL 302.25º 0.94% 0.33% -
HSV(B) 302.25º 0.97% 0.65% -
XYZ 21.83 10.61 33.7 -
YUV 70.4 178.01 195.48 -
System Red Green Blue C M Y K H S L
Decimal 165 5 159 0 0.97 0.04 0.35 302.25 0.94 0.33
Hex A5 5 9F 0 61 4 23 12E 5E 21
Octal 245 5 237 0 141 4 43 456 136 41
Binary 10100101 101 10011111 0 1100001 100 100011 100101110 1011110 100001

Color Harmonies of #A5059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5059F

Black with #A5059F

Text Example


Text Example

White with #A5059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5059F; }

 p { color: rgb(165,5,159); }

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

background-color css

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

 a { background-color: rgb(165,5,159); }

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

border-color css

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

 span { border-color: rgb(165,5,159); }

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