Html Css Color HEX #A20585 Dark Magenta

📋 copy color: '#A20585'

red 162 ◦ green 5 ◦ blue 133

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

Shades of Dark Magenta #A20585

Tints of Dark Magenta #A20585

RGB

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

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

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

R = 54%
G = 1.67%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A20585 (or 0xA20585) is known color: Dark Magenta. HEX triplet: A2, 05 and 85. RGB value is (162,5,133). Sum of RGB (Red+Green+Blue) = 162+5+133=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A20585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20585 is #5DFA7A. Grayscale: #424242. Windows color (decimal): -6158971 or 8717730. OLE color: 8717730.

HSL color Cylindrical-coordinate representation of color #A20585: hue angle of 311.08º 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 #A20585 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 133 -
CMYK 0 0.97 0.18 0.36
HSL 311.08º 0.94% 0.33% -
HSV(B) 311.08º 0.97% 0.64% -
XYZ 19.19 9.48 23.01 -
YUV 66.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 162 5 133 0 0.97 0.18 0.36 311.08 0.94 0.33
Hex A2 5 85 0 61 12 24 137 5E 21
Octal 242 5 205 0 141 22 44 467 136 41
Binary 10100010 101 10000101 0 1100001 10010 100100 100110111 1011110 100001

Color Harmonies of #A20585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20585

Black with #A20585

Text Example


Text Example

White with #A20585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20585; }

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

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

background-color css

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

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

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

border-color css

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

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

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