Html Css Color HEX #A50892 Dark Magenta

📋 copy color: '#A50892'

red 165 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #A50892

Tints of Dark Magenta #A50892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 51.72%
G = 2.51%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A50892 (or 0xA50892) is known color: Dark Magenta. HEX triplet: A5, 08 and 92. RGB value is (165,8,146). Sum of RGB (Red+Green+Blue) = 165+8+146=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A50892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50892 is #5AF76D. Grayscale: #464646. Windows color (decimal): -5961582 or 9570469. OLE color: 9570469.

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

Color convert

RGB 165 8 146 -
CMYK 0 0.95 0.12 0.35
HSL 307.26º 0.91% 0.34% -
HSV(B) 307.26º 0.95% 0.65% -
XYZ 20.79 10.25 28.08 -
YUV 70.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 165 8 146 0 0.95 0.12 0.35 307.26 0.91 0.34
Hex A5 8 92 0 5F C 23 133 5B 22
Octal 245 10 222 0 137 14 43 463 133 42
Binary 10100101 1000 10010010 0 1011111 1100 100011 100110011 1011011 100010

Color Harmonies of #A50892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50892

Black with #A50892

Text Example


Text Example

White with #A50892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50892; }

 p { color: rgb(165,8,146); }

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

background-color css

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

 a { background-color: rgb(165,8,146); }

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

border-color css

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

 span { border-color: rgb(165,8,146); }

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