Html Css Color HEX #A70D8A Dark Magenta

📋 copy color: '#A70D8A'

red 167 ◦ green 13 ◦ blue 138

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

Shades of Dark Magenta #A70D8A

Tints of Dark Magenta #A70D8A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

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

R = 52.52%
G = 4.09%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A70D8A (or 0xA70D8A) is known color: Dark Magenta. HEX triplet: A7, 0D and 8A. RGB value is (167,13,138). Sum of RGB (Red+Green+Blue) = 167+13+138=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70D8A is #58F275. Grayscale: #484848. Windows color (decimal): -5829238 or 9047463. OLE color: 9047463.

HSL color Cylindrical-coordinate representation of color #A70D8A: hue angle of 311.3º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70D8A is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 13 138 -
CMYK 0 0.92 0.17 0.35
HSL 311.3º 0.86% 0.35% -
HSV(B) 311.3º 0.92% 0.65% -
XYZ 20.67 10.34 24.95 -
YUV 73.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 167 13 138 0 0.92 0.17 0.35 311.3 0.86 0.35
Hex A7 D 8A 0 5C 11 23 137 56 23
Octal 247 15 212 0 134 21 43 467 126 43
Binary 10100111 1101 10001010 0 1011100 10001 100011 100110111 1010110 100011

Color Harmonies of #A70D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70D8A

Black with #A70D8A

Text Example


Text Example

White with #A70D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70D8A; }

 p { color: rgb(167,13,138); }

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

background-color css

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

 a { background-color: rgb(167,13,138); }

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

border-color css

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

 span { border-color: rgb(167,13,138); }

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