Html Css Color HEX #A71B9B Dark Magenta

📋 copy color: '#A71B9B'

red 167 ◦ green 27 ◦ blue 155

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

Shades of Dark Magenta #A71B9B

Tints of Dark Magenta #A71B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 47.85%
G = 7.74%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A71B9B (or 0xA71B9B) is known color: Dark Magenta. HEX triplet: A7, 1B and 9B. RGB value is (167,27,155). Sum of RGB (Red+Green+Blue) = 167+27+155=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71B9B is #58E464. Grayscale: #535353. Windows color (decimal): -5825637 or 10165159. OLE color: 10165159.

HSL color Cylindrical-coordinate representation of color #A71B9B: hue angle of 305.14º 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 #A71B9B is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 27 155 -
CMYK 0 0.84 0.07 0.35
HSL 305.14º 0.72% 0.38% -
HSV(B) 305.14º 0.84% 0.65% -
XYZ 22.24 11.37 32.03 -
YUV 83.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 167 27 155 0 0.84 0.07 0.35 305.14 0.72 0.38
Hex A7 1B 9B 0 54 7 23 131 48 26
Octal 247 33 233 0 124 7 43 461 110 46
Binary 10100111 11011 10011011 0 1010100 111 100011 100110001 1001000 100110

Color Harmonies of #A71B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B9B

Black with #A71B9B

Text Example


Text Example

White with #A71B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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