Html Css Color HEX #A70286 Dark Magenta

📋 copy color: '#A70286'

red 167 ◦ green 2 ◦ blue 134

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

Shades of Dark Magenta #A70286

Tints of Dark Magenta #A70286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 55.12%
G = 0.66%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A70286 (or 0xA70286) is known color: Dark Magenta. HEX triplet: A7, 02 and 86. RGB value is (167,2,134). Sum of RGB (Red+Green+Blue) = 167+2+134=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A70286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70286 is #58FD79. Grayscale: #424242. Windows color (decimal): -5832058 or 8782503. OLE color: 8782503.

HSL color Cylindrical-coordinate representation of color #A70286: hue angle of 312º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70286 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 134 -
CMYK 0 0.99 0.20 0.35
HSL 312º 0.98% 0.33% -
HSV(B) 312º 0.99% 0.65% -
XYZ 20.26 9.98 23.41 -
YUV 66.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 167 2 134 0 0.99 0.20 0.35 312 0.98 0.33
Hex A7 2 86 0 63 14 23 138 62 21
Octal 247 2 206 0 143 24 43 470 142 41
Binary 10100111 10 10000110 0 1100011 10100 100011 100111000 1100010 100001

Color Harmonies of #A70286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70286

Black with #A70286

Text Example


Text Example

White with #A70286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70286; }

 p { color: rgb(167,2,134); }

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

background-color css

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

 a { background-color: rgb(167,2,134); }

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

border-color css

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

 span { border-color: rgb(167,2,134); }

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