Html Css Color HEX #A7128B Medium Violet Red

📋 copy color: '#A7128B'

red 167 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #A7128B

Tints of Medium Violet Red #A7128B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 51.54%
G = 5.56%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7128B (or 0xA7128B) is known color: Medium Violet Red. HEX triplet: A7, 12 and 8B. RGB value is (167,18,139). Sum of RGB (Red+Green+Blue) = 167+18+139=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A7128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7128B is #58ED74. Grayscale: #4C4C4C. Windows color (decimal): -5827957 or 9114279. OLE color: 9114279.

HSL color Cylindrical-coordinate representation of color #A7128B: hue angle of 311.28º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7128B is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 139 -
CMYK 0 0.89 0.17 0.35
HSL 311.28º 0.81% 0.36% -
HSV(B) 311.28º 0.89% 0.65% -
XYZ 20.81 10.51 25.36 -
YUV 76.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 167 18 139 0 0.89 0.17 0.35 311.28 0.81 0.36
Hex A7 12 8B 0 59 11 23 137 51 24
Octal 247 22 213 0 131 21 43 467 121 44
Binary 10100111 10010 10001011 0 1011001 10001 100011 100110111 1010001 100100

Color Harmonies of #A7128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7128B

Black with #A7128B

Text Example


Text Example

White with #A7128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7128B; }

 p { color: rgb(167,18,139); }

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

background-color css

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

 a { background-color: rgb(167,18,139); }

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

border-color css

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

 span { border-color: rgb(167,18,139); }

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