Html Css Color HEX #A50694 Dark Magenta

📋 copy color: '#A50694'

red 165 ◦ green 6 ◦ blue 148

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

Shades of Dark Magenta #A50694

Tints of Dark Magenta #A50694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.88%

 BLUE value IS 148 (58.2% from 255) = 46.39%

R = 51.72%
G = 1.88%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A50694 (or 0xA50694) is known color: Dark Magenta. HEX triplet: A5, 06 and 94. RGB value is (165,6,148). Sum of RGB (Red+Green+Blue) = 165+6+148=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A50694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50694 is #5AF96B. Grayscale: #454545. Windows color (decimal): -5962092 or 9701029. OLE color: 9701029.

HSL color Cylindrical-coordinate representation of color #A50694: hue angle of 306.42º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50694 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 6 148 -
CMYK 0 0.96 0.10 0.35
HSL 306.42º 0.93% 0.34% -
HSV(B) 306.42º 0.96% 0.65% -
XYZ 20.93 10.27 28.9 -
YUV 69.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 165 6 148 0 0.96 0.10 0.35 306.42 0.93 0.34
Hex A5 6 94 0 60 A 23 132 5D 22
Octal 245 6 224 0 140 12 43 462 135 42
Binary 10100101 110 10010100 0 1100000 1010 100011 100110010 1011101 100010

Color Harmonies of #A50694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50694

Black with #A50694

Text Example


Text Example

White with #A50694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50694; }

 p { color: rgb(165,6,148); }

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

background-color css

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

 a { background-color: rgb(165,6,148); }

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

border-color css

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

 span { border-color: rgb(165,6,148); }

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