Html Css Color HEX #A50BAC Dark Magenta

📋 copy color: '#A50BAC'

red 165 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #A50BAC

Tints of Dark Magenta #A50BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.16%

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

R = 47.41%
G = 3.16%
B = 49.43%

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

#A50BAC (or 0xA50BAC) is known color: Dark Magenta. HEX triplet: A5, 0B and AC. RGB value is (165,11,172). Sum of RGB (Red+Green+Blue) = 165+11+172=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A50BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50BAC is #5AF453. Grayscale: #4A4A4A. Windows color (decimal): -5960788 or 11275173. OLE color: 11275173.

HSL color Cylindrical-coordinate representation of color #A50BAC: hue angle of 297.39º degrees, saturation: 0.88, 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 #A50BAC is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 11 172 -
CMYK 0.04 0.94 0 0.33
HSL 297.39º 0.88% 0.36% -
HSV(B) 297.39º 0.94% 0.67% -
XYZ 23.08 11.22 39.98 -
YUV 75.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 165 11 172 0.04 0.94 0 0.33 297.39 0.88 0.36
Hex A5 B AC 4 5E 0 21 129 58 24
Octal 245 13 254 4 136 0 41 451 130 44
Binary 10100101 1011 10101100 100 1011110 0 100001 100101001 1011000 100100

Color Harmonies of #A50BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BAC

Black with #A50BAC

Text Example


Text Example

White with #A50BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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