Html Css Color HEX #A20493 Dark Magenta

📋 copy color: '#A20493'

red 162 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #A20493

Tints of Dark Magenta #A20493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 51.76%
G = 1.28%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A20493 (or 0xA20493) is known color: Dark Magenta. HEX triplet: A2, 04 and 93. RGB value is (162,4,147). Sum of RGB (Red+Green+Blue) = 162+4+147=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A20493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20493 is #5DFB6C. Grayscale: #434343. Windows color (decimal): -6159213 or 9634978. OLE color: 9634978.

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

Color convert

RGB 162 4 147 -
CMYK 0 0.98 0.09 0.36
HSL 305.7º 0.95% 0.33% -
HSV(B) 305.7º 0.98% 0.64% -
XYZ 20.21 9.87 28.44 -
YUV 67.54 172.85 195.37 -
System Red Green Blue C M Y K H S L
Decimal 162 4 147 0 0.98 0.09 0.36 305.7 0.95 0.33
Hex A2 4 93 0 62 9 24 132 5F 21
Octal 242 4 223 0 142 11 44 462 137 41
Binary 10100010 100 10010011 0 1100010 1001 100100 100110010 1011111 100001

Color Harmonies of #A20493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20493

Black with #A20493

Text Example


Text Example

White with #A20493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20493; }

 p { color: rgb(162,4,147); }

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

background-color css

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

 a { background-color: rgb(162,4,147); }

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

border-color css

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

 span { border-color: rgb(162,4,147); }

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