Html Css Color HEX #A70CAC Dark Magenta

📋 copy color: '#A70CAC'

red 167 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #A70CAC

Tints of Dark Magenta #A70CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

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

R = 47.58%
G = 3.42%
B = 49%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A70CAC (or 0xA70CAC) is known color: Dark Magenta. HEX triplet: A7, 0C and AC. RGB value is (167,12,172). Sum of RGB (Red+Green+Blue) = 167+12+172=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #A70CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70CAC is #58F353. Grayscale: #4C4C4C. Windows color (decimal): -5829460 or 11275431. OLE color: 11275431.

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

Color convert

RGB 167 12 172 -
CMYK 0.03 0.93 0 0.33
HSL 298.13º 0.87% 0.36% -
HSV(B) 298.13º 0.93% 0.67% -
XYZ 23.51 11.46 40 -
YUV 76.59 181.85 192.49 -
System Red Green Blue C M Y K H S L
Decimal 167 12 172 0.03 0.93 0 0.33 298.13 0.87 0.36
Hex A7 C AC 3 5D 0 21 12A 57 24
Octal 247 14 254 3 135 0 41 452 127 44
Binary 10100111 1100 10101100 11 1011101 0 100001 100101010 1010111 100100

Color Harmonies of #A70CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CAC

Black with #A70CAC

Text Example


Text Example

White with #A70CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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