Html Css Color HEX #A20498 Dark Magenta

📋 copy color: '#A20498'

red 162 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #A20498

Tints of Dark Magenta #A20498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 50.94%
G = 1.26%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A20498 (or 0xA20498) is known color: Dark Magenta. HEX triplet: A2, 04 and 98. RGB value is (162,4,152). Sum of RGB (Red+Green+Blue) = 162+4+152=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A20498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20498 is #5DFB67. Grayscale: #434343. Windows color (decimal): -6159208 or 9962658. OLE color: 9962658.

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

Color convert

RGB 162 4 152 -
CMYK 0 0.98 0.06 0.36
HSL 303.8º 0.95% 0.33% -
HSV(B) 303.8º 0.98% 0.64% -
XYZ 20.61 10.04 30.56 -
YUV 68.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 162 4 152 0 0.98 0.06 0.36 303.8 0.95 0.33
Hex A2 4 98 0 62 6 24 130 5F 21
Octal 242 4 230 0 142 6 44 460 137 41
Binary 10100010 100 10011000 0 1100010 110 100100 100110000 1011111 100001

Color Harmonies of #A20498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20498

Black with #A20498

Text Example


Text Example

White with #A20498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20498; }

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

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

background-color css

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

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

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

border-color css

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

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

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