Html Css Color HEX #A0098B Dark Magenta

📋 copy color: '#A0098B'

red 160 ◦ green 9 ◦ blue 139

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

Shades of Dark Magenta #A0098B

Tints of Dark Magenta #A0098B

RGB

 RED value IS 160 (62.89% from 255) = 51.95%

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

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 51.95%
G = 2.92%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0098B (or 0xA0098B) is known color: Dark Magenta. HEX triplet: A0, 09 and 8B. RGB value is (160,9,139). Sum of RGB (Red+Green+Blue) = 160+9+139=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0098B is #5FF674. Grayscale: #444444. Windows color (decimal): -6289013 or 9111968. OLE color: 9111968.

HSL color Cylindrical-coordinate representation of color #A0098B: hue angle of 308.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0098B is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 139 -
CMYK 0 0.94 0.13 0.37
HSL 308.34º 0.89% 0.33% -
HSV(B) 308.34º 0.94% 0.63% -
XYZ 19.26 9.53 25.25 -
YUV 68.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 160 9 139 0 0.94 0.13 0.37 308.34 0.89 0.33
Hex A0 9 8B 0 5E D 25 134 59 21
Octal 240 11 213 0 136 15 45 464 131 41
Binary 10100000 1001 10001011 0 1011110 1101 100101 100110100 1011001 100001

Color Harmonies of #A0098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0098B

Black with #A0098B

Text Example


Text Example

White with #A0098B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0098B; }

 p { color: rgb(160,9,139); }

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

background-color css

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

 a { background-color: rgb(160,9,139); }

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

border-color css

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

 span { border-color: rgb(160,9,139); }

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