Html Css Color HEX #A50188 Dark Magenta

📋 copy color: '#A50188'

red 165 ◦ green 1 ◦ blue 136

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

Shades of Dark Magenta #A50188

Tints of Dark Magenta #A50188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 54.64%
G = 0.33%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A50188 (or 0xA50188) is known color: Dark Magenta. HEX triplet: A5, 01 and 88. RGB value is (165,1,136). Sum of RGB (Red+Green+Blue) = 165+1+136=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A50188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50188 is #5AFE77. Grayscale: #414141. Windows color (decimal): -5963384 or 8913317. OLE color: 8913317.

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

Color convert

RGB 165 1 136 -
CMYK 0 0.99 0.18 0.35
HSL 310.61º 0.99% 0.33% -
HSV(B) 310.61º 0.99% 0.65% -
XYZ 19.97 9.8 24.13 -
YUV 65.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 165 1 136 0 0.99 0.18 0.35 310.61 0.99 0.33
Hex A5 1 88 0 63 12 23 137 63 21
Octal 245 1 210 0 143 22 43 467 143 41
Binary 10100101 1 10001000 0 1100011 10010 100011 100110111 1100011 100001

Color Harmonies of #A50188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50188

Black with #A50188

Text Example


Text Example

White with #A50188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50188; }

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

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

background-color css

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

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

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

border-color css

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

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

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