Html Css Color HEX #A70FA5 Dark Magenta

📋 copy color: '#A70FA5'

red 167 ◦ green 15 ◦ blue 165

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

Shades of Dark Magenta #A70FA5

Tints of Dark Magenta #A70FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.55%

R = 48.13%
G = 4.32%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A70FA5 (or 0xA70FA5) is known color: Dark Magenta. HEX triplet: A7, 0F and A5. RGB value is (167,15,165). Sum of RGB (Red+Green+Blue) = 167+15+165=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A70FA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FA5 is #58F05A. Grayscale: #4D4D4D. Windows color (decimal): -5828699 or 10817447. OLE color: 10817447.

HSL color Cylindrical-coordinate representation of color #A70FA5: hue angle of 300.79º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70FA5 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 15 165 -
CMYK 0 0.91 0.01 0.35
HSL 300.79º 0.84% 0.36% -
HSV(B) 300.79º 0.91% 0.65% -
XYZ 22.9 11.27 36.57 -
YUV 77.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 167 15 165 0 0.91 0.01 0.35 300.79 0.84 0.36
Hex A7 F A5 0 5B 1 23 12D 54 24
Octal 247 17 245 0 133 1 43 455 124 44
Binary 10100111 1111 10100101 0 1011011 1 100011 100101101 1010100 100100

Color Harmonies of #A70FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FA5

Black with #A70FA5

Text Example


Text Example

White with #A70FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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