Html Css Color HEX #A70F9F Dark Magenta

📋 copy color: '#A70F9F'

red 167 ◦ green 15 ◦ blue 159

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

Shades of Dark Magenta #A70F9F

Tints of Dark Magenta #A70F9F

RGB

 RED value IS 167 (65.63% from 255) = 48.97%

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

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 48.97%
G = 4.4%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A70F9F (or 0xA70F9F) is known color: Dark Magenta. HEX triplet: A7, 0F and 9F. RGB value is (167,15,159). Sum of RGB (Red+Green+Blue) = 167+15+159=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70F9F is #58F060. Grayscale: #4C4C4C. Windows color (decimal): -5828705 or 10424231. OLE color: 10424231.

HSL color Cylindrical-coordinate representation of color #A70F9F: hue angle of 303.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F9F is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 15 159 -
CMYK 0 0.91 0.05 0.35
HSL 303.16º 0.84% 0.36% -
HSV(B) 303.16º 0.91% 0.65% -
XYZ 22.37 11.06 33.76 -
YUV 76.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 167 15 159 0 0.91 0.05 0.35 303.16 0.84 0.36
Hex A7 F 9F 0 5B 5 23 12F 54 24
Octal 247 17 237 0 133 5 43 457 124 44
Binary 10100111 1111 10011111 0 1011011 101 100011 100101111 1010100 100100

Color Harmonies of #A70F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F9F

Black with #A70F9F

Text Example


Text Example

White with #A70F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F9F; }

 p { color: rgb(167,15,159); }

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

background-color css

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

 a { background-color: rgb(167,15,159); }

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

border-color css

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

 span { border-color: rgb(167,15,159); }

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