Html Css Color HEX #A20598 Dark Magenta

📋 copy color: '#A20598'

red 162 ◦ green 5 ◦ blue 152

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

Shades of Dark Magenta #A20598

Tints of Dark Magenta #A20598

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.57%

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

R = 50.78%
G = 1.57%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A20598 (or 0xA20598) is known color: Dark Magenta. HEX triplet: A2, 05 and 98. RGB value is (162,5,152). Sum of RGB (Red+Green+Blue) = 162+5+152=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A20598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20598 is #5DFA67. Grayscale: #444444. Windows color (decimal): -6158952 or 9962914. OLE color: 9962914.

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

Color convert

RGB 162 5 152 -
CMYK 0 0.97 0.06 0.36
HSL 303.82º 0.94% 0.33% -
HSV(B) 303.82º 0.97% 0.64% -
XYZ 20.62 10.06 30.56 -
YUV 68.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 162 5 152 0 0.97 0.06 0.36 303.82 0.94 0.33
Hex A2 5 98 0 61 6 24 130 5E 21
Octal 242 5 230 0 141 6 44 460 136 41
Binary 10100010 101 10011000 0 1100001 110 100100 100110000 1011110 100001

Color Harmonies of #A20598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20598

Black with #A20598

Text Example


Text Example

White with #A20598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20598; }

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

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

background-color css

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

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

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

border-color css

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

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

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