Html Css Color HEX #A00F9D Dark Magenta

📋 copy color: '#A00F9D'

red 160 ◦ green 15 ◦ blue 157

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

Shades of Dark Magenta #A00F9D

Tints of Dark Magenta #A00F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 48.19%
G = 4.52%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A00F9D (or 0xA00F9D) is known color: Dark Magenta. HEX triplet: A0, 0F and 9D. RGB value is (160,15,157). Sum of RGB (Red+Green+Blue) = 160+15+157=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F9D is #5FF062. Grayscale: #4A4A4A. Windows color (decimal): -6287459 or 10293152. OLE color: 10293152.

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

Color convert

RGB 160 15 157 -
CMYK 0 0.91 0.02 0.37
HSL 301.24º 0.83% 0.34% -
HSV(B) 301.24º 0.91% 0.63% -
XYZ 20.75 10.25 32.78 -
YUV 74.54 174.54 188.95 -
System Red Green Blue C M Y K H S L
Decimal 160 15 157 0 0.91 0.02 0.37 301.24 0.83 0.34
Hex A0 F 9D 0 5B 2 25 12D 53 22
Octal 240 17 235 0 133 2 45 455 123 42
Binary 10100000 1111 10011101 0 1011011 10 100101 100101101 1010011 100010

Color Harmonies of #A00F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F9D

Black with #A00F9D

Text Example


Text Example

White with #A00F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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