Html Css Color HEX #A50191 Dark Magenta

📋 copy color: '#A50191'

red 165 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #A50191

Tints of Dark Magenta #A50191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 53.05%
G = 0.32%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A50191 (or 0xA50191) is known color: Dark Magenta. HEX triplet: A5, 01 and 91. RGB value is (165,1,145). Sum of RGB (Red+Green+Blue) = 165+1+145=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A50191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50191 is #5AFE6E. Grayscale: #424242. Windows color (decimal): -5963375 or 9503141. OLE color: 9503141.

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

Color convert

RGB 165 1 145 -
CMYK 0 0.99 0.12 0.35
HSL 307.32º 0.99% 0.33% -
HSV(B) 307.32º 0.99% 0.65% -
XYZ 20.64 10.07 27.64 -
YUV 66.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 165 1 145 0 0.99 0.12 0.35 307.32 0.99 0.33
Hex A5 1 91 0 63 C 23 133 63 21
Octal 245 1 221 0 143 14 43 463 143 41
Binary 10100101 1 10010001 0 1100011 1100 100011 100110011 1100011 100001

Color Harmonies of #A50191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50191

Black with #A50191

Text Example


Text Example

White with #A50191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50191; }

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

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

background-color css

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

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

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

border-color css

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

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

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