Html Css Color HEX #A7458B Medium Red Violet

📋 copy color: '#A7458B'

red 167 ◦ green 69 ◦ blue 139

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

Shades of Medium Red Violet #A7458B

Tints of Medium Red Violet #A7458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 44.53%
G = 18.4%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7458B (or 0xA7458B) is known color: Medium Red Violet. HEX triplet: A7, 45 and 8B. RGB value is (167,69,139). Sum of RGB (Red+Green+Blue) = 167+69+139=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7458B is #58BA74. Grayscale: #6A6A6A. Windows color (decimal): -5814901 or 9127335. OLE color: 9127335.

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

Color convert

RGB 167 69 139 -
CMYK 0 0.59 0.17 0.35
HSL 317.14º 0.42% 0.46% -
HSV(B) 317.14º 0.59% 0.65% -
XYZ 22.72 14.34 26 -
YUV 106.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 167 69 139 0 0.59 0.17 0.35 317.14 0.42 0.46
Hex A7 45 8B 0 3B 11 23 13D 2A 2E
Octal 247 105 213 0 73 21 43 475 52 56
Binary 10100111 1000101 10001011 0 111011 10001 100011 100111101 101010 101110

Color Harmonies of #A7458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7458B

Black with #A7458B

Text Example


Text Example

White with #A7458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7458B; }

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

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

background-color css

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

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

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

border-color css

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

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

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