Html Css Color HEX #A71B93 Medium Violet Red

📋 copy color: '#A71B93'

red 167 ◦ green 27 ◦ blue 147

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

Shades of Medium Violet Red #A71B93

Tints of Medium Violet Red #A71B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 48.97%
G = 7.92%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A71B93 (or 0xA71B93) is known color: Medium Violet Red. HEX triplet: A7, 1B and 93. RGB value is (167,27,147). Sum of RGB (Red+Green+Blue) = 167+27+147=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71B93 is #58E46C. Grayscale: #525252. Windows color (decimal): -5825645 or 9640871. OLE color: 9640871.

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

Color convert

RGB 167 27 147 -
CMYK 0 0.84 0.12 0.35
HSL 308.57º 0.72% 0.38% -
HSV(B) 308.57º 0.84% 0.65% -
XYZ 21.59 11.11 28.61 -
YUV 82.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 167 27 147 0 0.84 0.12 0.35 308.57 0.72 0.38
Hex A7 1B 93 0 54 C 23 135 48 26
Octal 247 33 223 0 124 14 43 465 110 46
Binary 10100111 11011 10010011 0 1010100 1100 100011 100110101 1001000 100110

Color Harmonies of #A71B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B93

Black with #A71B93

Text Example


Text Example

White with #A71B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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