Html Css Color HEX #A70FAC Dark Magenta

📋 copy color: '#A70FAC'

red 167 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #A70FAC

Tints of Dark Magenta #A70FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 47.18%
G = 4.24%
B = 48.59%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A70FAC (or 0xA70FAC) is known color: Dark Magenta. HEX triplet: A7, 0F and AC. RGB value is (167,15,172). Sum of RGB (Red+Green+Blue) = 167+15+172=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #A70FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FAC is #58F053. Grayscale: #4D4D4D. Windows color (decimal): -5828692 or 11276199. OLE color: 11276199.

HSL color Cylindrical-coordinate representation of color #A70FAC: hue angle of 298.09º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70FAC is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 15 172 -
CMYK 0.03 0.91 0 0.33
HSL 298.09º 0.84% 0.37% -
HSV(B) 298.09º 0.91% 0.67% -
XYZ 23.55 11.54 40.01 -
YUV 78.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 167 15 172 0.03 0.91 0 0.33 298.09 0.84 0.37
Hex A7 F AC 3 5B 0 21 12A 54 25
Octal 247 17 254 3 133 0 41 452 124 45
Binary 10100111 1111 10101100 11 1011011 0 100001 100101010 1010100 100101

Color Harmonies of #A70FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FAC

Black with #A70FAC

Text Example


Text Example

White with #A70FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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