Html Css Color HEX #A20184 Dark Magenta

📋 copy color: '#A20184'

red 162 ◦ green 1 ◦ blue 132

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

Shades of Dark Magenta #A20184

Tints of Dark Magenta #A20184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.75%

R = 54.92%
G = 0.34%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A20184 (or 0xA20184) is known color: Dark Magenta. HEX triplet: A2, 01 and 84. RGB value is (162,1,132). Sum of RGB (Red+Green+Blue) = 162+1+132=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20184 is #5DFE7B. Grayscale: #3F3F3F. Windows color (decimal): -6159996 or 8651170. OLE color: 8651170.

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

Color convert

RGB 162 1 132 -
CMYK 0 0.99 0.19 0.36
HSL 311.18º 0.99% 0.32% -
HSV(B) 311.18º 0.99% 0.64% -
XYZ 19.08 9.37 22.63 -
YUV 64.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 162 1 132 0 0.99 0.19 0.36 311.18 0.99 0.32
Hex A2 1 84 0 63 13 24 137 63 20
Octal 242 1 204 0 143 23 44 467 143 40
Binary 10100010 1 10000100 0 1100011 10011 100100 100110111 1100011 100000

Color Harmonies of #A20184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20184

Black with #A20184

Text Example


Text Example

White with #A20184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20184; }

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

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

background-color css

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

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

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

border-color css

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

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

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