Html Css Color HEX #A7158B Medium Violet Red

📋 copy color: '#A7158B'

red 167 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #A7158B

Tints of Medium Violet Red #A7158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

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

R = 51.07%
G = 6.42%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7158B (or 0xA7158B) is known color: Medium Violet Red. HEX triplet: A7, 15 and 8B. RGB value is (167,21,139). Sum of RGB (Red+Green+Blue) = 167+21+139=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7158B is #58EA74. Grayscale: #4D4D4D. Windows color (decimal): -5827189 or 9115047. OLE color: 9115047.

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

Color convert

RGB 167 21 139 -
CMYK 0 0.87 0.17 0.35
HSL 311.51º 0.78% 0.37% -
HSV(B) 311.51º 0.87% 0.65% -
XYZ 20.86 10.62 25.38 -
YUV 78.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 167 21 139 0 0.87 0.17 0.35 311.51 0.78 0.37
Hex A7 15 8B 0 57 11 23 138 4E 25
Octal 247 25 213 0 127 21 43 470 116 45
Binary 10100111 10101 10001011 0 1010111 10001 100011 100111000 1001110 100101

Color Harmonies of #A7158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7158B

Black with #A7158B

Text Example


Text Example

White with #A7158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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