Html Css Color HEX #A20194 Dark Magenta

📋 copy color: '#A20194'

red 162 ◦ green 1 ◦ blue 148

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

Shades of Dark Magenta #A20194

Tints of Dark Magenta #A20194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 52.09%
G = 0.32%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A20194 (or 0xA20194) is known color: Dark Magenta. HEX triplet: A2, 01 and 94. RGB value is (162,1,148). Sum of RGB (Red+Green+Blue) = 162+1+148=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A20194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20194 is #5DFE6B. Grayscale: #414141. Windows color (decimal): -6159980 or 9699746. OLE color: 9699746.

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

Color convert

RGB 162 1 148 -
CMYK 0 0.99 0.09 0.36
HSL 305.22º 0.99% 0.32% -
HSV(B) 305.22º 0.99% 0.64% -
XYZ 20.26 9.84 28.85 -
YUV 65.9 174.34 196.55 -
System Red Green Blue C M Y K H S L
Decimal 162 1 148 0 0.99 0.09 0.36 305.22 0.99 0.32
Hex A2 1 94 0 63 9 24 131 63 20
Octal 242 1 224 0 143 11 44 461 143 40
Binary 10100010 1 10010100 0 1100011 1001 100100 100110001 1100011 100000

Color Harmonies of #A20194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20194

Black with #A20194

Text Example


Text Example

White with #A20194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20194; }

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

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

background-color css

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

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

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

border-color css

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

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

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