Html Css Color HEX #A50183 Dark Magenta

📋 copy color: '#A50183'

red 165 ◦ green 1 ◦ blue 131

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

Shades of Dark Magenta #A50183

Tints of Dark Magenta #A50183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.11%

R = 55.56%
G = 0.34%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A50183 (or 0xA50183) is known color: Dark Magenta. HEX triplet: A5, 01 and 83. RGB value is (165,1,131). Sum of RGB (Red+Green+Blue) = 165+1+131=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A50183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50183 is #5AFE7C. Grayscale: #404040. Windows color (decimal): -5963389 or 8585637. OLE color: 8585637.

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

Color convert

RGB 165 1 131 -
CMYK 0 0.99 0.21 0.35
HSL 312.44º 0.99% 0.33% -
HSV(B) 312.44º 0.99% 0.65% -
XYZ 19.62 9.66 22.3 -
YUV 64.86 165.33 199.43 -
System Red Green Blue C M Y K H S L
Decimal 165 1 131 0 0.99 0.21 0.35 312.44 0.99 0.33
Hex A5 1 83 0 63 15 23 138 63 21
Octal 245 1 203 0 143 25 43 470 143 41
Binary 10100101 1 10000011 0 1100011 10101 100011 100111000 1100011 100001

Color Harmonies of #A50183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50183

Black with #A50183

Text Example


Text Example

White with #A50183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50183; }

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

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

background-color css

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

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

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

border-color css

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

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

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