Html Css Color HEX #A70BAE Dark Magenta

📋 copy color: '#A70BAE'

red 167 ◦ green 11 ◦ blue 174

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

Shades of Dark Magenta #A70BAE

Tints of Dark Magenta #A70BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 47.44%
G = 3.13%
B = 49.43%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A70BAE (or 0xA70BAE) is known color: Dark Magenta. HEX triplet: A7, 0B and AE. RGB value is (167,11,174). Sum of RGB (Red+Green+Blue) = 167+11+174=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #A70BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70BAE is #58F451. Grayscale: #4B4B4B. Windows color (decimal): -5829714 or 11406247. OLE color: 11406247.

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

Color convert

RGB 167 11 174 -
CMYK 0.04 0.94 0 0.32
HSL 297.42º 0.88% 0.36% -
HSV(B) 297.42º 0.94% 0.68% -
XYZ 23.7 11.51 41.02 -
YUV 76.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 167 11 174 0.04 0.94 0 0.32 297.42 0.88 0.36
Hex A7 B AE 4 5E 0 20 129 58 24
Octal 247 13 256 4 136 0 40 451 130 44
Binary 10100111 1011 10101110 100 1011110 0 100000 100101001 1011000 100100

Color Harmonies of #A70BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70BAE

Black with #A70BAE

Text Example


Text Example

White with #A70BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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