Html Css Color HEX #A50996 Dark Magenta

📋 copy color: '#A50996'

red 165 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #A50996

Tints of Dark Magenta #A50996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

 BLUE value IS 150 (58.98% from 255) = 46.3%

R = 50.93%
G = 2.78%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A50996 (or 0xA50996) is known color: Dark Magenta. HEX triplet: A5, 09 and 96. RGB value is (165,9,150). Sum of RGB (Red+Green+Blue) = 165+9+150=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A50996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50996 is #5AF669. Grayscale: #474747. Windows color (decimal): -5961322 or 9832869. OLE color: 9832869.

HSL color Cylindrical-coordinate representation of color #A50996: hue angle of 305.77º degrees, saturation: 0.9, 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 #A50996 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 9 150 -
CMYK 0 0.95 0.09 0.35
HSL 305.77º 0.9% 0.34% -
HSV(B) 305.77º 0.95% 0.65% -
XYZ 21.12 10.4 29.75 -
YUV 71.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 165 9 150 0 0.95 0.09 0.35 305.77 0.9 0.34
Hex A5 9 96 0 5F 9 23 132 5A 22
Octal 245 11 226 0 137 11 43 462 132 42
Binary 10100101 1001 10010110 0 1011111 1001 100011 100110010 1011010 100010

Color Harmonies of #A50996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50996

Black with #A50996

Text Example


Text Example

White with #A50996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50996; }

 p { color: rgb(165,9,150); }

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

background-color css

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

 a { background-color: rgb(165,9,150); }

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

border-color css

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

 span { border-color: rgb(165,9,150); }

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