Html Css Color HEX #A50DAC Dark Magenta

📋 copy color: '#A50DAC'

red 165 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #A50DAC

Tints of Dark Magenta #A50DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.71%

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 47.14%
G = 3.71%
B = 49.14%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A50DAC (or 0xA50DAC) is known color: Dark Magenta. HEX triplet: A5, 0D and AC. RGB value is (165,13,172). Sum of RGB (Red+Green+Blue) = 165+13+172=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #A50DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50DAC is #5AF253. Grayscale: #4C4C4C. Windows color (decimal): -5960276 or 11275685. OLE color: 11275685.

HSL color Cylindrical-coordinate representation of color #A50DAC: hue angle of 297.36º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50DAC is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 13 172 -
CMYK 0.04 0.92 0 0.33
HSL 297.36º 0.86% 0.36% -
HSV(B) 297.36º 0.92% 0.67% -
XYZ 23.11 11.27 39.99 -
YUV 76.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 165 13 172 0.04 0.92 0 0.33 297.36 0.86 0.36
Hex A5 D AC 4 5C 0 21 129 56 24
Octal 245 15 254 4 134 0 41 451 126 44
Binary 10100101 1101 10101100 100 1011100 0 100001 100101001 1010110 100100

Color Harmonies of #A50DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50DAC

Black with #A50DAC

Text Example


Text Example

White with #A50DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50DAC; }

 p { color: rgb(165,13,172); }

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

background-color css

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

 a { background-color: rgb(165,13,172); }

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

border-color css

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

 span { border-color: rgb(165,13,172); }

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