Html Css Color HEX #A00F8A Dark Magenta

📋 copy color: '#A00F8A'

red 160 ◦ green 15 ◦ blue 138

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

Shades of Dark Magenta #A00F8A

Tints of Dark Magenta #A00F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 51.12%
G = 4.79%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A00F8A (or 0xA00F8A) is known color: Dark Magenta. HEX triplet: A0, 0F and 8A. RGB value is (160,15,138). Sum of RGB (Red+Green+Blue) = 160+15+138=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00F8A is #5FF075. Grayscale: #484848. Windows color (decimal): -6287478 or 9047968. OLE color: 9047968.

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

Color convert

RGB 160 15 138 -
CMYK 0 0.91 0.14 0.37
HSL 309.1º 0.83% 0.34% -
HSV(B) 309.1º 0.91% 0.63% -
XYZ 19.26 9.65 24.89 -
YUV 72.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 160 15 138 0 0.91 0.14 0.37 309.1 0.83 0.34
Hex A0 F 8A 0 5B E 25 135 53 22
Octal 240 17 212 0 133 16 45 465 123 42
Binary 10100000 1111 10001010 0 1011011 1110 100101 100110101 1010011 100010

Color Harmonies of #A00F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F8A

Black with #A00F8A

Text Example


Text Example

White with #A00F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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