Html Css Color HEX #A70FAF Dark Magenta

📋 copy color: '#A70FAF'

red 167 ◦ green 15 ◦ blue 175

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

Shades of Dark Magenta #A70FAF

Tints of Dark Magenta #A70FAF

RGB

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

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

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

R = 46.78%
G = 4.2%
B = 49.02%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A70FAF (or 0xA70FAF) is known color: Dark Magenta. HEX triplet: A7, 0F and AF. RGB value is (167,15,175). Sum of RGB (Red+Green+Blue) = 167+15+175=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #A70FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FAF is #58F050. Grayscale: #4E4E4E. Windows color (decimal): -5828689 or 11472807. OLE color: 11472807.

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

Color convert

RGB 167 15 175 -
CMYK 0.05 0.91 0 0.31
HSL 297º 0.84% 0.37% -
HSV(B) 297º 0.91% 0.69% -
XYZ 23.85 11.65 41.55 -
YUV 78.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 167 15 175 0.05 0.91 0 0.31 297 0.84 0.37
Hex A7 F AF 5 5B 0 1F 129 54 25
Octal 247 17 257 5 133 0 37 451 124 45
Binary 10100111 1111 10101111 101 1011011 0 11111 100101001 1010100 100101

Color Harmonies of #A70FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FAF

Black with #A70FAF

Text Example


Text Example

White with #A70FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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