Html Css Color HEX #A50283 Dark Magenta

📋 copy color: '#A50283'

red 165 ◦ green 2 ◦ blue 131

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

Shades of Dark Magenta #A50283

Tints of Dark Magenta #A50283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 131 (51.56% from 255) = 43.96%

R = 55.37%
G = 0.67%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A50283 (or 0xA50283) is known color: Dark Magenta. HEX triplet: A5, 02 and 83. RGB value is (165,2,131). Sum of RGB (Red+Green+Blue) = 165+2+131=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A50283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50283 is #5AFD7C. Grayscale: #414141. Windows color (decimal): -5963133 or 8585893. OLE color: 8585893.

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

Color convert

RGB 165 2 131 -
CMYK 0 0.99 0.21 0.35
HSL 312.52º 0.98% 0.33% -
HSV(B) 312.52º 0.99% 0.65% -
XYZ 19.64 9.68 22.31 -
YUV 65.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 165 2 131 0 0.99 0.21 0.35 312.52 0.98 0.33
Hex A5 2 83 0 63 15 23 139 62 21
Octal 245 2 203 0 143 25 43 471 142 41
Binary 10100101 10 10000011 0 1100011 10101 100011 100111001 1100010 100001

Color Harmonies of #A50283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50283

Black with #A50283

Text Example


Text Example

White with #A50283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50283; }

 p { color: rgb(165,2,131); }

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

background-color css

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

 a { background-color: rgb(165,2,131); }

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

border-color css

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

 span { border-color: rgb(165,2,131); }

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