Html Css Color HEX #A71BA4 Dark Magenta

📋 copy color: '#A71BA4'

red 167 ◦ green 27 ◦ blue 164

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

Shades of Dark Magenta #A71BA4

Tints of Dark Magenta #A71BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.81%

R = 46.65%
G = 7.54%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A71BA4 (or 0xA71BA4) is known color: Dark Magenta. HEX triplet: A7, 1B and A4. RGB value is (167,27,164). Sum of RGB (Red+Green+Blue) = 167+27+164=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A71BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71BA4 is #58E45B. Grayscale: #545454. Windows color (decimal): -5825628 or 10754983. OLE color: 10754983.

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

Color convert

RGB 167 27 164 -
CMYK 0 0.84 0.02 0.35
HSL 301.29º 0.72% 0.38% -
HSV(B) 301.29º 0.84% 0.65% -
XYZ 23.03 11.68 36.16 -
YUV 84.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 167 27 164 0 0.84 0.02 0.35 301.29 0.72 0.38
Hex A7 1B A4 0 54 2 23 12D 48 26
Octal 247 33 244 0 124 2 43 455 110 46
Binary 10100111 11011 10100100 0 1010100 10 100011 100101101 1001000 100110

Color Harmonies of #A71BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BA4

Black with #A71BA4

Text Example


Text Example

White with #A71BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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