Html Css Color HEX #A70FAB Dark Magenta

📋 copy color: '#A70FAB'

red 167 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #A70FAB

Tints of Dark Magenta #A70FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 47.31%
G = 4.25%
B = 48.44%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A70FAB (or 0xA70FAB) is known color: Dark Magenta. HEX triplet: A7, 0F and AB. RGB value is (167,15,171). Sum of RGB (Red+Green+Blue) = 167+15+171=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #A70FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FAB is #58F054. Grayscale: #4D4D4D. Windows color (decimal): -5828693 or 11210663. OLE color: 11210663.

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

Color convert

RGB 167 15 171 -
CMYK 0.02 0.91 0 0.33
HSL 298.46º 0.84% 0.36% -
HSV(B) 298.46º 0.91% 0.67% -
XYZ 23.46 11.5 39.51 -
YUV 78.23 180.36 191.32 -
System Red Green Blue C M Y K H S L
Decimal 167 15 171 0.02 0.91 0 0.33 298.46 0.84 0.36
Hex A7 F AB 2 5B 0 21 12A 54 24
Octal 247 17 253 2 133 0 41 452 124 44
Binary 10100111 1111 10101011 10 1011011 0 100001 100101010 1010100 100100

Color Harmonies of #A70FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FAB

Black with #A70FAB

Text Example


Text Example

White with #A70FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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