Html Css Color HEX #A50CAC Dark Magenta

📋 copy color: '#A50CAC'

red 165 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #A50CAC

Tints of Dark Magenta #A50CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.44%

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

R = 47.28%
G = 3.44%
B = 49.28%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A50CAC (or 0xA50CAC) is known color: Dark Magenta. HEX triplet: A5, 0C and AC. RGB value is (165,12,172). Sum of RGB (Red+Green+Blue) = 165+12+172=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #A50CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50CAC is #5AF353. Grayscale: #4B4B4B. Windows color (decimal): -5960532 or 11275429. OLE color: 11275429.

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

Color convert

RGB 165 12 172 -
CMYK 0.04 0.93 0 0.33
HSL 297.38º 0.87% 0.36% -
HSV(B) 297.38º 0.93% 0.67% -
XYZ 23.09 11.24 39.98 -
YUV 75.99 182.19 191.49 -
System Red Green Blue C M Y K H S L
Decimal 165 12 172 0.04 0.93 0 0.33 297.38 0.87 0.36
Hex A5 C AC 4 5D 0 21 129 57 24
Octal 245 14 254 4 135 0 41 451 127 44
Binary 10100101 1100 10101100 100 1011101 0 100001 100101001 1010111 100100

Color Harmonies of #A50CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CAC

Black with #A50CAC

Text Example


Text Example

White with #A50CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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