Html Css Color HEX #A50195 Dark Magenta

📋 copy color: '#A50195'

red 165 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #A50195

Tints of Dark Magenta #A50195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 52.38%
G = 0.32%
B = 47.3%

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

#A50195 (or 0xA50195) is known color: Dark Magenta. HEX triplet: A5, 01 and 95. RGB value is (165,1,149). Sum of RGB (Red+Green+Blue) = 165+1+149=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A50195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50195 is #5AFE6A. Grayscale: #424242. Windows color (decimal): -5963371 or 9765285. OLE color: 9765285.

HSL color Cylindrical-coordinate representation of color #A50195: hue angle of 305.85º degrees, saturation: 0.99, 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 #A50195 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 149 -
CMYK 0 0.99 0.10 0.35
HSL 305.85º 0.99% 0.33% -
HSV(B) 305.85º 0.99% 0.65% -
XYZ 20.95 10.19 29.3 -
YUV 66.91 174.33 197.97 -
System Red Green Blue C M Y K H S L
Decimal 165 1 149 0 0.99 0.10 0.35 305.85 0.99 0.33
Hex A5 1 95 0 63 A 23 132 63 21
Octal 245 1 225 0 143 12 43 462 143 41
Binary 10100101 1 10010101 0 1100011 1010 100011 100110010 1100011 100001

Color Harmonies of #A50195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50195

Black with #A50195

Text Example


Text Example

White with #A50195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50195; }

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

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

background-color css

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

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

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

border-color css

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

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

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