Html Css Color HEX #A70CAF Dark Magenta

📋 copy color: '#A70CAF'

red 167 ◦ green 12 ◦ blue 175

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

Shades of Dark Magenta #A70CAF

Tints of Dark Magenta #A70CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.44%

R = 47.18%
G = 3.39%
B = 49.44%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A70CAF (or 0xA70CAF) is known color: Dark Magenta. HEX triplet: A7, 0C and AF. RGB value is (167,12,175). Sum of RGB (Red+Green+Blue) = 167+12+175=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #A70CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70CAF is #58F350. Grayscale: #4C4C4C. Windows color (decimal): -5829457 or 11472039. OLE color: 11472039.

HSL color Cylindrical-coordinate representation of color #A70CAF: hue angle of 297.06º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70CAF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 12 175 -
CMYK 0.05 0.93 0 0.31
HSL 297.06º 0.87% 0.37% -
HSV(B) 297.06º 0.93% 0.69% -
XYZ 23.81 11.57 41.54 -
YUV 76.93 183.35 192.25 -
System Red Green Blue C M Y K H S L
Decimal 167 12 175 0.05 0.93 0 0.31 297.06 0.87 0.37
Hex A7 C AF 5 5D 0 1F 129 57 25
Octal 247 14 257 5 135 0 37 451 127 45
Binary 10100111 1100 10101111 101 1011101 0 11111 100101001 1010111 100101

Color Harmonies of #A70CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70CAF

Black with #A70CAF

Text Example


Text Example

White with #A70CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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