Html Css Color HEX #A70F99 Dark Magenta

📋 copy color: '#A70F99'

red 167 ◦ green 15 ◦ blue 153

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

Shades of Dark Magenta #A70F99

Tints of Dark Magenta #A70F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 49.85%
G = 4.48%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A70F99 (or 0xA70F99) is known color: Dark Magenta. HEX triplet: A7, 0F and 99. RGB value is (167,15,153). Sum of RGB (Red+Green+Blue) = 167+15+153=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70F99 is #58F066. Grayscale: #4B4B4B. Windows color (decimal): -5828711 or 10031015. OLE color: 10031015.

HSL color Cylindrical-coordinate representation of color #A70F99: hue angle of 305.53º 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 #A70F99 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 15 153 -
CMYK 0 0.91 0.08 0.35
HSL 305.53º 0.84% 0.36% -
HSV(B) 305.53º 0.91% 0.65% -
XYZ 21.86 10.86 31.08 -
YUV 76.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 167 15 153 0 0.91 0.08 0.35 305.53 0.84 0.36
Hex A7 F 99 0 5B 8 23 132 54 24
Octal 247 17 231 0 133 10 43 462 124 44
Binary 10100111 1111 10011001 0 1011011 1000 100011 100110010 1010100 100100

Color Harmonies of #A70F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F99

Black with #A70F99

Text Example


Text Example

White with #A70F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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