Html Css Color HEX #A5048C Dark Magenta

📋 copy color: '#A5048C'

red 165 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #A5048C

Tints of Dark Magenta #A5048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.31%

R = 53.4%
G = 1.29%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5048C (or 0xA5048C) is known color: Dark Magenta. HEX triplet: A5, 04 and 8C. RGB value is (165,4,140). Sum of RGB (Red+Green+Blue) = 165+4+140=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5048C is #5AFB73. Grayscale: #434343. Windows color (decimal): -5962612 or 9176229. OLE color: 9176229.

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

Color convert

RGB 165 4 140 -
CMYK 0 0.98 0.15 0.35
HSL 309.32º 0.95% 0.33% -
HSV(B) 309.32º 0.98% 0.65% -
XYZ 20.29 9.98 25.67 -
YUV 67.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 165 4 140 0 0.98 0.15 0.35 309.32 0.95 0.33
Hex A5 4 8C 0 62 F 23 135 5F 21
Octal 245 4 214 0 142 17 43 465 137 41
Binary 10100101 100 10001100 0 1100010 1111 100011 100110101 1011111 100001

Color Harmonies of #A5048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5048C

Black with #A5048C

Text Example


Text Example

White with #A5048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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