Html Css Color HEX #A9098F Dark Magenta

📋 copy color: '#A9098F'

red 169 ◦ green 9 ◦ blue 143

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

Shades of Dark Magenta #A9098F

Tints of Dark Magenta #A9098F

RGB

 RED value IS 169 (66.41% from 255) = 52.65%

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

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

R = 52.65%
G = 2.8%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9098F (or 0xA9098F) is known color: Dark Magenta. HEX triplet: A9, 09 and 8F. RGB value is (169,9,143). Sum of RGB (Red+Green+Blue) = 169+9+143=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A9098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9098F is #56F670. Grayscale: #474747. Windows color (decimal): -5699185 or 9374121. OLE color: 9374121.

HSL color Cylindrical-coordinate representation of color #A9098F: hue angle of 309.75º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9098F is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 9 143 -
CMYK 0 0.95 0.15 0.34
HSL 309.75º 0.9% 0.35% -
HSV(B) 309.75º 0.95% 0.66% -
XYZ 21.42 10.61 26.91 -
YUV 72.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 169 9 143 0 0.95 0.15 0.34 309.75 0.9 0.35
Hex A9 9 8F 0 5F F 22 136 5A 23
Octal 251 11 217 0 137 17 42 466 132 43
Binary 10101001 1001 10001111 0 1011111 1111 100010 100110110 1011010 100011

Color Harmonies of #A9098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9098F

Black with #A9098F

Text Example


Text Example

White with #A9098F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9098F; }

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

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

background-color css

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

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

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

border-color css

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

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

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