Html Css Color HEX #A50385 Dark Magenta

📋 copy color: '#A50385'

red 165 ◦ green 3 ◦ blue 133

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

Shades of Dark Magenta #A50385

Tints of Dark Magenta #A50385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 133 (52.34% from 255) = 44.19%

R = 54.82%
G = 1%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A50385 (or 0xA50385) is known color: Dark Magenta. HEX triplet: A5, 03 and 85. RGB value is (165,3,133). Sum of RGB (Red+Green+Blue) = 165+3+133=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50385 is #5AFC7A. Grayscale: #414141. Windows color (decimal): -5962875 or 8717221. OLE color: 8717221.

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

Color convert

RGB 165 3 133 -
CMYK 0 0.98 0.19 0.35
HSL 311.85º 0.96% 0.33% -
HSV(B) 311.85º 0.98% 0.65% -
XYZ 19.78 9.76 23.03 -
YUV 66.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 165 3 133 0 0.98 0.19 0.35 311.85 0.96 0.33
Hex A5 3 85 0 62 13 23 138 60 21
Octal 245 3 205 0 142 23 43 470 140 41
Binary 10100101 11 10000101 0 1100010 10011 100011 100111000 1100000 100001

Color Harmonies of #A50385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50385

Black with #A50385

Text Example


Text Example

White with #A50385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50385; }

 p { color: rgb(165,3,133); }

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

background-color css

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

 a { background-color: rgb(165,3,133); }

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

border-color css

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

 span { border-color: rgb(165,3,133); }

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