Html Css Color HEX #A50690 Dark Magenta

📋 copy color: '#A50690'

red 165 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #A50690

Tints of Dark Magenta #A50690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 52.38%
G = 1.9%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A50690 (or 0xA50690) is known color: Dark Magenta. HEX triplet: A5, 06 and 90. RGB value is (165,6,144). Sum of RGB (Red+Green+Blue) = 165+6+144=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A50690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50690 is #5AF96F. Grayscale: #444444. Windows color (decimal): -5962096 or 9438885. OLE color: 9438885.

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

Color convert

RGB 165 6 144 -
CMYK 0 0.96 0.13 0.35
HSL 307.92º 0.93% 0.34% -
HSV(B) 307.92º 0.96% 0.65% -
XYZ 20.62 10.14 27.26 -
YUV 69.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 165 6 144 0 0.96 0.13 0.35 307.92 0.93 0.34
Hex A5 6 90 0 60 D 23 134 5D 22
Octal 245 6 220 0 140 15 43 464 135 42
Binary 10100101 110 10010000 0 1100000 1101 100011 100110100 1011101 100010

Color Harmonies of #A50690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50690

Black with #A50690

Text Example


Text Example

White with #A50690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50690; }

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

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

background-color css

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

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

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

border-color css

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

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

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