Html Css Color HEX #A70CAD Dark Magenta

📋 copy color: '#A70CAD'

red 167 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #A70CAD

Tints of Dark Magenta #A70CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.15%

R = 47.44%
G = 3.41%
B = 49.15%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A70CAD (or 0xA70CAD) is known color: Dark Magenta. HEX triplet: A7, 0C and AD. RGB value is (167,12,173). Sum of RGB (Red+Green+Blue) = 167+12+173=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #A70CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70CAD is #58F352. Grayscale: #4C4C4C. Windows color (decimal): -5829459 or 11340967. OLE color: 11340967.

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

Color convert

RGB 167 12 173 -
CMYK 0.03 0.93 0 0.32
HSL 297.76º 0.87% 0.36% -
HSV(B) 297.76º 0.93% 0.68% -
XYZ 23.61 11.5 40.51 -
YUV 76.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 167 12 173 0.03 0.93 0 0.32 297.76 0.87 0.36
Hex A7 C AD 3 5D 0 20 12A 57 24
Octal 247 14 255 3 135 0 40 452 127 44
Binary 10100111 1100 10101101 11 1011101 0 100000 100101010 1010111 100100

Color Harmonies of #A70CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CAD

Black with #A70CAD

Text Example


Text Example

White with #A70CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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