Html Css Color HEX #A2059B Dark Magenta

📋 copy color: '#A2059B'

red 162 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #A2059B

Tints of Dark Magenta #A2059B

RGB

 RED value IS 162 (63.67% from 255) = 50.31%

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

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 50.31%
G = 1.55%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2059B (or 0xA2059B) is known color: Dark Magenta. HEX triplet: A2, 05 and 9B. RGB value is (162,5,155). Sum of RGB (Red+Green+Blue) = 162+5+155=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2059B is #5DFA64. Grayscale: #444444. Windows color (decimal): -6158949 or 10159522. OLE color: 10159522.

HSL color Cylindrical-coordinate representation of color #A2059B: hue angle of 302.68º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2059B is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 155 -
CMYK 0 0.97 0.04 0.36
HSL 302.68º 0.94% 0.33% -
HSV(B) 302.68º 0.97% 0.64% -
XYZ 20.87 10.16 31.87 -
YUV 69.04 176.51 194.3 -
System Red Green Blue C M Y K H S L
Decimal 162 5 155 0 0.97 0.04 0.36 302.68 0.94 0.33
Hex A2 5 9B 0 61 4 24 12F 5E 21
Octal 242 5 233 0 141 4 44 457 136 41
Binary 10100010 101 10011011 0 1100001 100 100100 100101111 1011110 100001

Color Harmonies of #A2059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2059B

Black with #A2059B

Text Example


Text Example

White with #A2059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2059B; }

 p { color: rgb(162,5,155); }

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

background-color css

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

 a { background-color: rgb(162,5,155); }

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

border-color css

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

 span { border-color: rgb(162,5,155); }

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