Html Css Color HEX #A70BAF Dark Magenta

📋 copy color: '#A70BAF'

red 167 ◦ green 11 ◦ blue 175

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

Shades of Dark Magenta #A70BAF

Tints of Dark Magenta #A70BAF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.12%

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

R = 47.31%
G = 3.12%
B = 49.58%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A70BAF (or 0xA70BAF) is known color: Dark Magenta. HEX triplet: A7, 0B and AF. RGB value is (167,11,175). Sum of RGB (Red+Green+Blue) = 167+11+175=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #A70BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70BAF is #58F450. Grayscale: #4B4B4B. Windows color (decimal): -5829713 or 11471783. OLE color: 11471783.

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

Color convert

RGB 167 11 175 -
CMYK 0.05 0.94 0 0.31
HSL 297.07º 0.88% 0.36% -
HSV(B) 297.07º 0.94% 0.69% -
XYZ 23.79 11.55 41.53 -
YUV 76.34 183.68 192.66 -
System Red Green Blue C M Y K H S L
Decimal 167 11 175 0.05 0.94 0 0.31 297.07 0.88 0.36
Hex A7 B AF 5 5E 0 1F 129 58 24
Octal 247 13 257 5 136 0 37 451 130 44
Binary 10100111 1011 10101111 101 1011110 0 11111 100101001 1011000 100100

Color Harmonies of #A70BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BAF

Black with #A70BAF

Text Example


Text Example

White with #A70BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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