Html Css Color HEX #A71BA6 Dark Magenta

📋 copy color: '#A71BA6'

red 167 ◦ green 27 ◦ blue 166

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

Shades of Dark Magenta #A71BA6

Tints of Dark Magenta #A71BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.11%

R = 46.39%
G = 7.5%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A71BA6 (or 0xA71BA6) is known color: Dark Magenta. HEX triplet: A7, 1B and A6. RGB value is (167,27,166). Sum of RGB (Red+Green+Blue) = 167+27+166=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A71BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71BA6 is #58E459. Grayscale: #545454. Windows color (decimal): -5825626 or 10886055. OLE color: 10886055.

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

Color convert

RGB 167 27 166 -
CMYK 0 0.84 0.01 0.35
HSL 300.43º 0.72% 0.38% -
HSV(B) 300.43º 0.84% 0.65% -
XYZ 23.21 11.75 37.12 -
YUV 84.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 167 27 166 0 0.84 0.01 0.35 300.43 0.72 0.38
Hex A7 1B A6 0 54 1 23 12C 48 26
Octal 247 33 246 0 124 1 43 454 110 46
Binary 10100111 11011 10100110 0 1010100 1 100011 100101100 1001000 100110

Color Harmonies of #A71BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BA6

Black with #A71BA6

Text Example


Text Example

White with #A71BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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