Html Css Color HEX #A7138B Medium Violet Red

📋 copy color: '#A7138B'

red 167 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #A7138B

Tints of Medium Violet Red #A7138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

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

R = 51.38%
G = 5.85%
B = 42.77%

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

#A7138B (or 0xA7138B) is known color: Medium Violet Red. HEX triplet: A7, 13 and 8B. RGB value is (167,19,139). Sum of RGB (Red+Green+Blue) = 167+19+139=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7138B is #58EC74. Grayscale: #4C4C4C. Windows color (decimal): -5827701 or 9114535. OLE color: 9114535.

HSL color Cylindrical-coordinate representation of color #A7138B: hue angle of 311.35º degrees, saturation: 0.8, 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 #A7138B is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 19 139 -
CMYK 0 0.89 0.17 0.35
HSL 311.35º 0.8% 0.36% -
HSV(B) 311.35º 0.89% 0.65% -
XYZ 20.83 10.55 25.36 -
YUV 76.93 163.03 192.24 -
System Red Green Blue C M Y K H S L
Decimal 167 19 139 0 0.89 0.17 0.35 311.35 0.8 0.36
Hex A7 13 8B 0 59 11 23 137 50 24
Octal 247 23 213 0 131 21 43 467 120 44
Binary 10100111 10011 10001011 0 1011001 10001 100011 100110111 1010000 100100

Color Harmonies of #A7138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7138B

Black with #A7138B

Text Example


Text Example

White with #A7138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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