Html Css Color HEX #A00592 Dark Magenta

📋 copy color: '#A00592'

red 160 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #A00592

Tints of Dark Magenta #A00592

RGB

 RED value IS 160 (62.89% from 255) = 51.45%

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 51.45%
G = 1.61%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A00592 (or 0xA00592) is known color: Dark Magenta. HEX triplet: A0, 05 and 92. RGB value is (160,5,146). Sum of RGB (Red+Green+Blue) = 160+5+146=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A00592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00592 is #5FFA6D. Grayscale: #434343. Windows color (decimal): -6290030 or 9569696. OLE color: 9569696.

HSL color Cylindrical-coordinate representation of color #A00592: hue angle of 305.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00592 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 146 -
CMYK 0 0.97 0.09 0.37
HSL 305.42º 0.94% 0.32% -
HSV(B) 305.42º 0.97% 0.63% -
XYZ 19.74 9.66 28.02 -
YUV 67.42 172.35 194.04 -
System Red Green Blue C M Y K H S L
Decimal 160 5 146 0 0.97 0.09 0.37 305.42 0.94 0.32
Hex A0 5 92 0 61 9 25 131 5E 20
Octal 240 5 222 0 141 11 45 461 136 40
Binary 10100000 101 10010010 0 1100001 1001 100101 100110001 1011110 100000

Color Harmonies of #A00592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00592

Black with #A00592

Text Example


Text Example

White with #A00592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00592; }

 p { color: rgb(160,5,146); }

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

background-color css

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

 a { background-color: rgb(160,5,146); }

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

border-color css

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

 span { border-color: rgb(160,5,146); }

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