Html Css Color HEX #A70F8B Dark Magenta

📋 copy color: '#A70F8B'

red 167 ◦ green 15 ◦ blue 139

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

Shades of Dark Magenta #A70F8B

Tints of Dark Magenta #A70F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 52.02%
G = 4.67%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A70F8B (or 0xA70F8B) is known color: Dark Magenta. HEX triplet: A7, 0F and 8B. RGB value is (167,15,139). Sum of RGB (Red+Green+Blue) = 167+15+139=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70F8B is #58F074. Grayscale: #4A4A4A. Windows color (decimal): -5828725 or 9113511. OLE color: 9113511.

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

Color convert

RGB 167 15 139 -
CMYK 0 0.91 0.17 0.35
HSL 311.05º 0.84% 0.36% -
HSV(B) 311.05º 0.91% 0.65% -
XYZ 20.77 10.42 25.34 -
YUV 74.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 167 15 139 0 0.91 0.17 0.35 311.05 0.84 0.36
Hex A7 F 8B 0 5B 11 23 137 54 24
Octal 247 17 213 0 133 21 43 467 124 44
Binary 10100111 1111 10001011 0 1011011 10001 100011 100110111 1010100 100100

Color Harmonies of #A70F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F8B

Black with #A70F8B

Text Example


Text Example

White with #A70F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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