Html Css Color HEX #A50493 Dark Magenta

📋 copy color: '#A50493'

red 165 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #A50493

Tints of Dark Magenta #A50493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 52.22%
G = 1.27%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A50493 (or 0xA50493) is known color: Dark Magenta. HEX triplet: A5, 04 and 93. RGB value is (165,4,147). Sum of RGB (Red+Green+Blue) = 165+4+147=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A50493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50493 is #5AFB6C. Grayscale: #444444. Windows color (decimal): -5962605 or 9634981. OLE color: 9634981.

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

Color convert

RGB 165 4 147 -
CMYK 0 0.98 0.11 0.35
HSL 306.71º 0.95% 0.33% -
HSV(B) 306.71º 0.98% 0.65% -
XYZ 20.83 10.19 28.47 -
YUV 68.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 165 4 147 0 0.98 0.11 0.35 306.71 0.95 0.33
Hex A5 4 93 0 62 B 23 133 5F 21
Octal 245 4 223 0 142 13 43 463 137 41
Binary 10100101 100 10010011 0 1100010 1011 100011 100110011 1011111 100001

Color Harmonies of #A50493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50493

Black with #A50493

Text Example


Text Example

White with #A50493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50493; }

 p { color: rgb(165,4,147); }

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

background-color css

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

 a { background-color: rgb(165,4,147); }

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

border-color css

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

 span { border-color: rgb(165,4,147); }

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