Html Css Color HEX #A50295 Dark Magenta

📋 copy color: '#A50295'

red 165 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #A50295

Tints of Dark Magenta #A50295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 52.22%
G = 0.63%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A50295 (or 0xA50295) is known color: Dark Magenta. HEX triplet: A5, 02 and 95. RGB value is (165,2,149). Sum of RGB (Red+Green+Blue) = 165+2+149=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A50295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50295 is #5AFD6A. Grayscale: #434343. Windows color (decimal): -5963115 or 9765541. OLE color: 9765541.

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

Color convert

RGB 165 2 149 -
CMYK 0 0.99 0.10 0.35
HSL 305.89º 0.98% 0.33% -
HSV(B) 305.89º 0.99% 0.65% -
XYZ 20.96 10.21 29.3 -
YUV 67.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 165 2 149 0 0.99 0.10 0.35 305.89 0.98 0.33
Hex A5 2 95 0 63 A 23 132 62 21
Octal 245 2 225 0 143 12 43 462 142 41
Binary 10100101 10 10010101 0 1100011 1010 100011 100110010 1100010 100001

Color Harmonies of #A50295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50295

Black with #A50295

Text Example


Text Example

White with #A50295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50295; }

 p { color: rgb(165,2,149); }

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

background-color css

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

 a { background-color: rgb(165,2,149); }

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

border-color css

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

 span { border-color: rgb(165,2,149); }

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