Html Css Color HEX #A7138A Medium Violet Red

📋 copy color: '#A7138A'

red 167 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #A7138A

Tints of Medium Violet Red #A7138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 51.54%
G = 5.86%
B = 42.59%

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

#A7138A (or 0xA7138A) is known color: Medium Violet Red. HEX triplet: A7, 13 and 8A. RGB value is (167,19,138). Sum of RGB (Red+Green+Blue) = 167+19+138=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A7138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7138A is #58EC75. Grayscale: #4C4C4C. Windows color (decimal): -5827702 or 9048999. OLE color: 9048999.

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

Color convert

RGB 167 19 138 -
CMYK 0 0.89 0.17 0.35
HSL 311.76º 0.8% 0.36% -
HSV(B) 311.76º 0.89% 0.65% -
XYZ 20.76 10.52 24.98 -
YUV 76.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 167 19 138 0 0.89 0.17 0.35 311.76 0.8 0.36
Hex A7 13 8A 0 59 11 23 138 50 24
Octal 247 23 212 0 131 21 43 470 120 44
Binary 10100111 10011 10001010 0 1011001 10001 100011 100111000 1010000 100100

Color Harmonies of #A7138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7138A

Black with #A7138A

Text Example


Text Example

White with #A7138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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