Html Css Color HEX #A50190 Dark Magenta

📋 copy color: '#A50190'

red 165 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #A50190

Tints of Dark Magenta #A50190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 53.23%
G = 0.32%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A50190 (or 0xA50190) is known color: Dark Magenta. HEX triplet: A5, 01 and 90. RGB value is (165,1,144). Sum of RGB (Red+Green+Blue) = 165+1+144=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A50190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50190 is #5AFE6F. Grayscale: #414141. Windows color (decimal): -5963376 or 9437605. OLE color: 9437605.

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

Color convert

RGB 165 1 144 -
CMYK 0 0.99 0.13 0.35
HSL 307.68º 0.99% 0.33% -
HSV(B) 307.68º 0.99% 0.65% -
XYZ 20.56 10.03 27.24 -
YUV 66.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 165 1 144 0 0.99 0.13 0.35 307.68 0.99 0.33
Hex A5 1 90 0 63 D 23 134 63 21
Octal 245 1 220 0 143 15 43 464 143 41
Binary 10100101 1 10010000 0 1100011 1101 100011 100110100 1100011 100001

Color Harmonies of #A50190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50190

Black with #A50190

Text Example


Text Example

White with #A50190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50190; }

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

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

background-color css

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

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

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

border-color css

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

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

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