Html Css Color HEX #A50193 Dark Magenta

📋 copy color: '#A50193'

red 165 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #A50193

Tints of Dark Magenta #A50193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 52.72%
G = 0.32%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A50193 (or 0xA50193) is known color: Dark Magenta. HEX triplet: A5, 01 and 93. RGB value is (165,1,147). Sum of RGB (Red+Green+Blue) = 165+1+147=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A50193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50193 is #5AFE6C. Grayscale: #424242. Windows color (decimal): -5963373 or 9634213. OLE color: 9634213.

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

Color convert

RGB 165 1 147 -
CMYK 0 0.99 0.11 0.35
HSL 306.59º 0.99% 0.33% -
HSV(B) 306.59º 0.99% 0.65% -
XYZ 20.79 10.13 28.46 -
YUV 66.68 173.33 198.13 -
System Red Green Blue C M Y K H S L
Decimal 165 1 147 0 0.99 0.11 0.35 306.59 0.99 0.33
Hex A5 1 93 0 63 B 23 133 63 21
Octal 245 1 223 0 143 13 43 463 143 41
Binary 10100101 1 10010011 0 1100011 1011 100011 100110011 1100011 100001

Color Harmonies of #A50193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50193

Black with #A50193

Text Example


Text Example

White with #A50193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50193; }

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

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

background-color css

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

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

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

border-color css

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

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

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