Html Css Color HEX #A00F9E Dark Magenta

📋 copy color: '#A00F9E'

red 160 ◦ green 15 ◦ blue 158

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

Shades of Dark Magenta #A00F9E

Tints of Dark Magenta #A00F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 48.05%
G = 4.5%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A00F9E (or 0xA00F9E) is known color: Dark Magenta. HEX triplet: A0, 0F and 9E. RGB value is (160,15,158). Sum of RGB (Red+Green+Blue) = 160+15+158=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F9E is #5FF061. Grayscale: #4A4A4A. Windows color (decimal): -6287458 or 10358688. OLE color: 10358688.

HSL color Cylindrical-coordinate representation of color #A00F9E: hue angle of 300.83º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F9E is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 158 -
CMYK 0 0.91 0.01 0.37
HSL 300.83º 0.83% 0.34% -
HSV(B) 300.83º 0.91% 0.63% -
XYZ 20.84 10.28 33.23 -
YUV 74.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 160 15 158 0 0.91 0.01 0.37 300.83 0.83 0.34
Hex A0 F 9E 0 5B 1 25 12D 53 22
Octal 240 17 236 0 133 1 45 455 123 42
Binary 10100000 1111 10011110 0 1011011 1 100101 100101101 1010011 100010

Color Harmonies of #A00F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F9E

Black with #A00F9E

Text Example


Text Example

White with #A00F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F9E; }

 p { color: rgb(160,15,158); }

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

background-color css

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

 a { background-color: rgb(160,15,158); }

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

border-color css

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

 span { border-color: rgb(160,15,158); }

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