Html Css Color HEX #A20185 Dark Magenta

📋 copy color: '#A20185'

red 162 ◦ green 1 ◦ blue 133

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

Shades of Dark Magenta #A20185

Tints of Dark Magenta #A20185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 54.73%
G = 0.34%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A20185 (or 0xA20185) is known color: Dark Magenta. HEX triplet: A2, 01 and 85. RGB value is (162,1,133). Sum of RGB (Red+Green+Blue) = 162+1+133=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A20185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20185 is #5DFE7A. Grayscale: #3F3F3F. Windows color (decimal): -6159995 or 8716706. OLE color: 8716706.

HSL color Cylindrical-coordinate representation of color #A20185: hue angle of 310.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20185 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 133 -
CMYK 0 0.99 0.18 0.36
HSL 310.81º 0.99% 0.32% -
HSV(B) 310.81º 0.99% 0.64% -
XYZ 19.14 9.4 22.99 -
YUV 64.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 162 1 133 0 0.99 0.18 0.36 310.81 0.99 0.32
Hex A2 1 85 0 63 12 24 137 63 20
Octal 242 1 205 0 143 22 44 467 143 40
Binary 10100010 1 10000101 0 1100011 10010 100100 100110111 1100011 100000

Color Harmonies of #A20185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20185

Black with #A20185

Text Example


Text Example

White with #A20185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20185; }

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

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

background-color css

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

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

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

border-color css

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

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

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