Html Css Color HEX #A50899 Dark Magenta

📋 copy color: '#A50899'

red 165 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #A50899

Tints of Dark Magenta #A50899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 50.61%
G = 2.45%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A50899 (or 0xA50899) is known color: Dark Magenta. HEX triplet: A5, 08 and 99. RGB value is (165,8,153). Sum of RGB (Red+Green+Blue) = 165+8+153=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A50899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50899 is #5AF766. Grayscale: #474747. Windows color (decimal): -5961575 or 10029221. OLE color: 10029221.

HSL color Cylindrical-coordinate representation of color #A50899: hue angle of 304.59º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50899 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 8 153 -
CMYK 0 0.95 0.07 0.35
HSL 304.59º 0.91% 0.34% -
HSV(B) 304.59º 0.95% 0.65% -
XYZ 21.35 10.47 31.03 -
YUV 71.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 165 8 153 0 0.95 0.07 0.35 304.59 0.91 0.34
Hex A5 8 99 0 5F 7 23 131 5B 22
Octal 245 10 231 0 137 7 43 461 133 42
Binary 10100101 1000 10011001 0 1011111 111 100011 100110001 1011011 100010

Color Harmonies of #A50899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50899

Black with #A50899

Text Example


Text Example

White with #A50899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50899; }

 p { color: rgb(165,8,153); }

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

background-color css

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

 a { background-color: rgb(165,8,153); }

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

border-color css

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

 span { border-color: rgb(165,8,153); }

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