Html Css Color HEX #A50897 Dark Magenta

📋 copy color: '#A50897'

red 165 ◦ green 8 ◦ blue 151

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

Shades of Dark Magenta #A50897

Tints of Dark Magenta #A50897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.6%

R = 50.93%
G = 2.47%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A50897 (or 0xA50897) is known color: Dark Magenta. HEX triplet: A5, 08 and 97. RGB value is (165,8,151). Sum of RGB (Red+Green+Blue) = 165+8+151=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A50897 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50897 is #5AF768. Grayscale: #464646. Windows color (decimal): -5961577 or 9898149. OLE color: 9898149.

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

Color convert

RGB 165 8 151 -
CMYK 0 0.95 0.08 0.35
HSL 305.35º 0.91% 0.34% -
HSV(B) 305.35º 0.95% 0.65% -
XYZ 21.19 10.41 30.17 -
YUV 71.25 173.01 194.87 -
System Red Green Blue C M Y K H S L
Decimal 165 8 151 0 0.95 0.08 0.35 305.35 0.91 0.34
Hex A5 8 97 0 5F 8 23 131 5B 22
Octal 245 10 227 0 137 10 43 461 133 42
Binary 10100101 1000 10010111 0 1011111 1000 100011 100110001 1011011 100010

Color Harmonies of #A50897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50897

Black with #A50897

Text Example


Text Example

White with #A50897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50897; }

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

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

background-color css

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

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

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

border-color css

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

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

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