Html Css Color HEX #A7128A Medium Violet Red

📋 copy color: '#A7128A'

red 167 ◦ green 18 ◦ blue 138

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

Shades of Medium Violet Red #A7128A

Tints of Medium Violet Red #A7128A

RGB

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

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

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

R = 51.7%
G = 5.57%
B = 42.72%

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

#A7128A (or 0xA7128A) is known color: Medium Violet Red. HEX triplet: A7, 12 and 8A. RGB value is (167,18,138). Sum of RGB (Red+Green+Blue) = 167+18+138=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A7128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7128A is #58ED75. Grayscale: #4B4B4B. Windows color (decimal): -5827958 or 9048743. OLE color: 9048743.

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

Color convert

RGB 167 18 138 -
CMYK 0 0.89 0.17 0.35
HSL 311.68º 0.81% 0.36% -
HSV(B) 311.68º 0.89% 0.65% -
XYZ 20.74 10.48 24.98 -
YUV 76.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 167 18 138 0 0.89 0.17 0.35 311.68 0.81 0.36
Hex A7 12 8A 0 59 11 23 138 51 24
Octal 247 22 212 0 131 21 43 470 121 44
Binary 10100111 10010 10001010 0 1011001 10001 100011 100111000 1010001 100100

Color Harmonies of #A7128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7128A

Black with #A7128A

Text Example


Text Example

White with #A7128A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7128A; }

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

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

background-color css

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

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

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

border-color css

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

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

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