Html Css Color HEX #A5059B Dark Magenta

📋 copy color: '#A5059B'

red 165 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #A5059B

Tints of Dark Magenta #A5059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 50.77%
G = 1.54%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5059B (or 0xA5059B) is known color: Dark Magenta. HEX triplet: A5, 05 and 9B. RGB value is (165,5,155). Sum of RGB (Red+Green+Blue) = 165+5+155=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5059B is #5AFA64. Grayscale: #454545. Windows color (decimal): -5962341 or 10159525. OLE color: 10159525.

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

Color convert

RGB 165 5 155 -
CMYK 0 0.97 0.06 0.35
HSL 303.75º 0.94% 0.33% -
HSV(B) 303.75º 0.97% 0.65% -
XYZ 21.49 10.47 31.9 -
YUV 69.94 176.01 195.8 -
System Red Green Blue C M Y K H S L
Decimal 165 5 155 0 0.97 0.06 0.35 303.75 0.94 0.33
Hex A5 5 9B 0 61 6 23 130 5E 21
Octal 245 5 233 0 141 6 43 460 136 41
Binary 10100101 101 10011011 0 1100001 110 100011 100110000 1011110 100001

Color Harmonies of #A5059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5059B

Black with #A5059B

Text Example


Text Example

White with #A5059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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