Html Css Color HEX #A71B9A Dark Magenta

📋 copy color: '#A71B9A'

red 167 ◦ green 27 ◦ blue 154

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

Shades of Dark Magenta #A71B9A

Tints of Dark Magenta #A71B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.25%

R = 47.99%
G = 7.76%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A71B9A (or 0xA71B9A) is known color: Dark Magenta. HEX triplet: A7, 1B and 9A. RGB value is (167,27,154). Sum of RGB (Red+Green+Blue) = 167+27+154=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71B9A is #58E465. Grayscale: #525252. Windows color (decimal): -5825638 or 10099623. OLE color: 10099623.

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

Color convert

RGB 167 27 154 -
CMYK 0 0.84 0.08 0.35
HSL 305.57º 0.72% 0.38% -
HSV(B) 305.57º 0.84% 0.65% -
XYZ 22.16 11.33 31.59 -
YUV 83.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 167 27 154 0 0.84 0.08 0.35 305.57 0.72 0.38
Hex A7 1B 9A 0 54 8 23 132 48 26
Octal 247 33 232 0 124 10 43 462 110 46
Binary 10100111 11011 10011010 0 1010100 1000 100011 100110010 1001000 100110

Color Harmonies of #A71B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B9A

Black with #A71B9A

Text Example


Text Example

White with #A71B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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