Html Css Color HEX #A5049C Dark Magenta

📋 copy color: '#A5049C'

red 165 ◦ green 4 ◦ blue 156

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

Shades of Dark Magenta #A5049C

Tints of Dark Magenta #A5049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48%

R = 50.77%
G = 1.23%
B = 48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5049C (or 0xA5049C) is known color: Dark Magenta. HEX triplet: A5, 04 and 9C. RGB value is (165,4,156). Sum of RGB (Red+Green+Blue) = 165+4+156=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5049C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5049C is #5AFB63. Grayscale: #454545. Windows color (decimal): -5962596 or 10224805. OLE color: 10224805.

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

Color convert

RGB 165 4 156 -
CMYK 0 0.98 0.05 0.35
HSL 303.35º 0.95% 0.33% -
HSV(B) 303.35º 0.98% 0.65% -
XYZ 21.56 10.49 32.34 -
YUV 69.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 165 4 156 0 0.98 0.05 0.35 303.35 0.95 0.33
Hex A5 4 9C 0 62 5 23 12F 5F 21
Octal 245 4 234 0 142 5 43 457 137 41
Binary 10100101 100 10011100 0 1100010 101 100011 100101111 1011111 100001

Color Harmonies of #A5049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5049C

Black with #A5049C

Text Example


Text Example

White with #A5049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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