Html Css Color HEX #A5049B Dark Magenta

📋 copy color: '#A5049B'

red 165 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #A5049B

Tints of Dark Magenta #A5049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 50.93%
G = 1.23%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5049B (or 0xA5049B) is known color: Dark Magenta. HEX triplet: A5, 04 and 9B. RGB value is (165,4,155). Sum of RGB (Red+Green+Blue) = 165+4+155=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5049B is #5AFB64. Grayscale: #444444. Windows color (decimal): -5962597 or 10159269. OLE color: 10159269.

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

Color convert

RGB 165 4 155 -
CMYK 0 0.98 0.06 0.35
HSL 303.73º 0.95% 0.33% -
HSV(B) 303.73º 0.98% 0.65% -
XYZ 21.48 10.45 31.9 -
YUV 69.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 165 4 155 0 0.98 0.06 0.35 303.73 0.95 0.33
Hex A5 4 9B 0 62 6 23 130 5F 21
Octal 245 4 233 0 142 6 43 460 137 41
Binary 10100101 100 10011011 0 1100010 110 100011 100110000 1011111 100001

Color Harmonies of #A5049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5049B

Black with #A5049B

Text Example


Text Example

White with #A5049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5049B; }

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

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

background-color css

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

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

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

border-color css

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

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

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