Html Css Color HEX #A71B95 Dark Magenta

📋 copy color: '#A71B95'

red 167 ◦ green 27 ◦ blue 149

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

Shades of Dark Magenta #A71B95

Tints of Dark Magenta #A71B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.87%

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 48.69%
G = 7.87%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A71B95 (or 0xA71B95) is known color: Dark Magenta. HEX triplet: A7, 1B and 95. RGB value is (167,27,149). Sum of RGB (Red+Green+Blue) = 167+27+149=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71B95 is #58E46A. Grayscale: #525252. Windows color (decimal): -5825643 or 9771943. OLE color: 9771943.

HSL color Cylindrical-coordinate representation of color #A71B95: hue angle of 307.71º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71B95 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 27 149 -
CMYK 0 0.84 0.11 0.35
HSL 307.71º 0.72% 0.38% -
HSV(B) 307.71º 0.84% 0.65% -
XYZ 21.75 11.17 29.44 -
YUV 82.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 167 27 149 0 0.84 0.11 0.35 307.71 0.72 0.38
Hex A7 1B 95 0 54 B 23 134 48 26
Octal 247 33 225 0 124 13 43 464 110 46
Binary 10100111 11011 10010101 0 1010100 1011 100011 100110100 1001000 100110

Color Harmonies of #A71B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B95

Black with #A71B95

Text Example


Text Example

White with #A71B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B95; }

 p { color: rgb(167,27,149); }

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

background-color css

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

 a { background-color: rgb(167,27,149); }

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

border-color css

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

 span { border-color: rgb(167,27,149); }

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