Html Css Color HEX #A50AAC Dark Magenta

📋 copy color: '#A50AAC'

red 165 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #A50AAC

Tints of Dark Magenta #A50AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.88%

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

R = 47.55%
G = 2.88%
B = 49.57%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A50AAC (or 0xA50AAC) is known color: Dark Magenta. HEX triplet: A5, 0A and AC. RGB value is (165,10,172). Sum of RGB (Red+Green+Blue) = 165+10+172=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #A50AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50AAC is #5AF553. Grayscale: #4A4A4A. Windows color (decimal): -5961044 or 11274917. OLE color: 11274917.

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

Color convert

RGB 165 10 172 -
CMYK 0.04 0.94 0 0.33
HSL 297.41º 0.89% 0.36% -
HSV(B) 297.41º 0.94% 0.67% -
XYZ 23.07 11.19 39.97 -
YUV 74.81 182.85 192.33 -
System Red Green Blue C M Y K H S L
Decimal 165 10 172 0.04 0.94 0 0.33 297.41 0.89 0.36
Hex A5 A AC 4 5E 0 21 129 59 24
Octal 245 12 254 4 136 0 41 451 131 44
Binary 10100101 1010 10101100 100 1011110 0 100001 100101001 1011001 100100

Color Harmonies of #A50AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50AAC

Black with #A50AAC

Text Example


Text Example

White with #A50AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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