Html Css Color HEX #A70F92 Dark Magenta

📋 copy color: '#A70F92'

red 167 ◦ green 15 ◦ blue 146

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

Shades of Dark Magenta #A70F92

Tints of Dark Magenta #A70F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 50.91%
G = 4.57%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A70F92 (or 0xA70F92) is known color: Dark Magenta. HEX triplet: A7, 0F and 92. RGB value is (167,15,146). Sum of RGB (Red+Green+Blue) = 167+15+146=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70F92 is #58F06D. Grayscale: #4B4B4B. Windows color (decimal): -5828718 or 9572263. OLE color: 9572263.

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

Color convert

RGB 167 15 146 -
CMYK 0 0.91 0.13 0.35
HSL 308.29º 0.84% 0.36% -
HSV(B) 308.29º 0.91% 0.65% -
XYZ 21.3 10.63 28.12 -
YUV 75.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 167 15 146 0 0.91 0.13 0.35 308.29 0.84 0.36
Hex A7 F 92 0 5B D 23 134 54 24
Octal 247 17 222 0 133 15 43 464 124 44
Binary 10100111 1111 10010010 0 1011011 1101 100011 100110100 1010100 100100

Color Harmonies of #A70F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F92

Black with #A70F92

Text Example


Text Example

White with #A70F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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