Html Css Color HEX #A70184 Dark Magenta

📋 copy color: '#A70184'

red 167 ◦ green 1 ◦ blue 132

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

Shades of Dark Magenta #A70184

Tints of Dark Magenta #A70184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 132 (51.95% from 255) = 44%

R = 55.67%
G = 0.33%
B = 44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A70184 (or 0xA70184) is known color: Dark Magenta. HEX triplet: A7, 01 and 84. RGB value is (167,1,132). Sum of RGB (Red+Green+Blue) = 167+1+132=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A70184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70184 is #58FE7B. Grayscale: #414141. Windows color (decimal): -5832316 or 8651175. OLE color: 8651175.

HSL color Cylindrical-coordinate representation of color #A70184: hue angle of 312.65º degrees, saturation: 0.99, 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 #A70184 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 1 132 -
CMYK 0 0.99 0.21 0.35
HSL 312.65º 0.99% 0.33% -
HSV(B) 312.65º 0.99% 0.65% -
XYZ 20.11 9.9 22.68 -
YUV 65.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 167 1 132 0 0.99 0.21 0.35 312.65 0.99 0.33
Hex A7 1 84 0 63 15 23 139 63 21
Octal 247 1 204 0 143 25 43 471 143 41
Binary 10100111 1 10000100 0 1100011 10101 100011 100111001 1100011 100001

Color Harmonies of #A70184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70184

Black with #A70184

Text Example


Text Example

White with #A70184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70184; }

 p { color: rgb(167,1,132); }

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

background-color css

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

 a { background-color: rgb(167,1,132); }

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

border-color css

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

 span { border-color: rgb(167,1,132); }

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