Html Css Color HEX #A50693 Dark Magenta

📋 copy color: '#A50693'

red 165 ◦ green 6 ◦ blue 147

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

Shades of Dark Magenta #A50693

Tints of Dark Magenta #A50693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.23%

R = 51.89%
G = 1.89%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A50693 (or 0xA50693) is known color: Dark Magenta. HEX triplet: A5, 06 and 93. RGB value is (165,6,147). Sum of RGB (Red+Green+Blue) = 165+6+147=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A50693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50693 is #5AF96C. Grayscale: #454545. Windows color (decimal): -5962093 or 9635493. OLE color: 9635493.

HSL color Cylindrical-coordinate representation of color #A50693: hue angle of 306.79º 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 #A50693 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 6 147 -
CMYK 0 0.96 0.11 0.35
HSL 306.79º 0.93% 0.34% -
HSV(B) 306.79º 0.96% 0.65% -
XYZ 20.85 10.24 28.48 -
YUV 69.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 165 6 147 0 0.96 0.11 0.35 306.79 0.93 0.34
Hex A5 6 93 0 60 B 23 133 5D 22
Octal 245 6 223 0 140 13 43 463 135 42
Binary 10100101 110 10010011 0 1100000 1011 100011 100110011 1011101 100010

Color Harmonies of #A50693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50693

Black with #A50693

Text Example


Text Example

White with #A50693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50693; }

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

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

background-color css

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

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

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

border-color css

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

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

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