Html Css Color HEX #A71A94 Dark Magenta

📋 copy color: '#A71A94'

red 167 ◦ green 26 ◦ blue 148

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

Shades of Dark Magenta #A71A94

Tints of Dark Magenta #A71A94

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.62%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 48.97%
G = 7.62%
B = 43.4%

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

#A71A94 (or 0xA71A94) is known color: Dark Magenta. HEX triplet: A7, 1A and 94. RGB value is (167,26,148). Sum of RGB (Red+Green+Blue) = 167+26+148=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71A94 is #58E56B. Grayscale: #515151. Windows color (decimal): -5825900 or 9706151. OLE color: 9706151.

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

Color convert

RGB 167 26 148 -
CMYK 0 0.84 0.11 0.35
HSL 308.09º 0.73% 0.38% -
HSV(B) 308.09º 0.84% 0.65% -
XYZ 21.65 11.09 29.02 -
YUV 82.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 167 26 148 0 0.84 0.11 0.35 308.09 0.73 0.38
Hex A7 1A 94 0 54 B 23 134 49 26
Octal 247 32 224 0 124 13 43 464 111 46
Binary 10100111 11010 10010100 0 1010100 1011 100011 100110100 1001001 100110

Color Harmonies of #A71A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A94

Black with #A71A94

Text Example


Text Example

White with #A71A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A94; }

 p { color: rgb(167,26,148); }

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

background-color css

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

 a { background-color: rgb(167,26,148); }

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

border-color css

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

 span { border-color: rgb(167,26,148); }

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