Html Css Color HEX #A00998 Dark Magenta

📋 copy color: '#A00998'

red 160 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #A00998

Tints of Dark Magenta #A00998

RGB

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

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

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

R = 49.84%
G = 2.8%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A00998 (or 0xA00998) is known color: Dark Magenta. HEX triplet: A0, 09 and 98. RGB value is (160,9,152). Sum of RGB (Red+Green+Blue) = 160+9+152=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A00998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00998 is #5FF667. Grayscale: #464646. Windows color (decimal): -6289000 or 9963936. OLE color: 9963936.

HSL color Cylindrical-coordinate representation of color #A00998: hue angle of 303.18º 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 #A00998 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 9 152 -
CMYK 0 0.94 0.05 0.37
HSL 303.18º 0.89% 0.33% -
HSV(B) 303.18º 0.94% 0.63% -
XYZ 20.26 9.94 30.56 -
YUV 70.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 160 9 152 0 0.94 0.05 0.37 303.18 0.89 0.33
Hex A0 9 98 0 5E 5 25 12F 59 21
Octal 240 11 230 0 136 5 45 457 131 41
Binary 10100000 1001 10011000 0 1011110 101 100101 100101111 1011001 100001

Color Harmonies of #A00998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00998

Black with #A00998

Text Example


Text Example

White with #A00998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00998; }

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

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

background-color css

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

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

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

border-color css

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

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

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