Html Css Color HEX #A20F89 Dark Magenta

📋 copy color: '#A20F89'

red 162 ◦ green 15 ◦ blue 137

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

Shades of Dark Magenta #A20F89

Tints of Dark Magenta #A20F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.78%

 BLUE value IS 137 (53.91% from 255) = 43.63%

R = 51.59%
G = 4.78%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A20F89 (or 0xA20F89) is known color: Dark Magenta. HEX triplet: A2, 0F and 89. RGB value is (162,15,137). Sum of RGB (Red+Green+Blue) = 162+15+137=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20F89 is #5DF076. Grayscale: #484848. Windows color (decimal): -6156407 or 8982434. OLE color: 8982434.

HSL color Cylindrical-coordinate representation of color #A20F89: hue angle of 310.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F89 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 15 137 -
CMYK 0 0.91 0.15 0.36
HSL 310.2º 0.83% 0.35% -
HSV(B) 310.2º 0.91% 0.64% -
XYZ 19.59 9.83 24.53 -
YUV 72.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 162 15 137 0 0.91 0.15 0.36 310.2 0.83 0.35
Hex A2 F 89 0 5B F 24 136 53 23
Octal 242 17 211 0 133 17 44 466 123 43
Binary 10100010 1111 10001001 0 1011011 1111 100100 100110110 1010011 100011

Color Harmonies of #A20F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F89

Black with #A20F89

Text Example


Text Example

White with #A20F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F89; }

 p { color: rgb(162,15,137); }

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

background-color css

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

 a { background-color: rgb(162,15,137); }

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

border-color css

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

 span { border-color: rgb(162,15,137); }

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