Html Css Color HEX #A2098F Dark Magenta

📋 copy color: '#A2098F'

red 162 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #A2098F

Tints of Dark Magenta #A2098F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.87%

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 51.59%
G = 2.87%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2098F (or 0xA2098F) is known color: Dark Magenta. HEX triplet: A2, 09 and 8F. RGB value is (162,9,143). Sum of RGB (Red+Green+Blue) = 162+9+143=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A2098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2098F is #5DF670. Grayscale: #454545. Windows color (decimal): -6157937 or 9374114. OLE color: 9374114.

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

Color convert

RGB 162 9 143 -
CMYK 0 0.94 0.12 0.36
HSL 307.45º 0.89% 0.34% -
HSV(B) 307.45º 0.94% 0.64% -
XYZ 19.96 9.86 26.84 -
YUV 70.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 162 9 143 0 0.94 0.12 0.36 307.45 0.89 0.34
Hex A2 9 8F 0 5E C 24 133 59 22
Octal 242 11 217 0 136 14 44 463 131 42
Binary 10100010 1001 10001111 0 1011110 1100 100100 100110011 1011001 100010

Color Harmonies of #A2098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2098F

Black with #A2098F

Text Example


Text Example

White with #A2098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2098F; }

 p { color: rgb(162,9,143); }

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

background-color css

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

 a { background-color: rgb(162,9,143); }

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

border-color css

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

 span { border-color: rgb(162,9,143); }

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