Html Css Color HEX #A7458E Medium Red Violet

📋 copy color: '#A7458E'

red 167 ◦ green 69 ◦ blue 142

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

Shades of Medium Red Violet #A7458E

Tints of Medium Red Violet #A7458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 44.18%
G = 18.25%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A7458E (or 0xA7458E) is known color: Medium Red Violet. HEX triplet: A7, 45 and 8E. RGB value is (167,69,142). Sum of RGB (Red+Green+Blue) = 167+69+142=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7458E is #58BA71. Grayscale: #6A6A6A. Windows color (decimal): -5814898 or 9323943. OLE color: 9323943.

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

Color convert

RGB 167 69 142 -
CMYK 0 0.59 0.15 0.35
HSL 315.31º 0.42% 0.46% -
HSV(B) 315.31º 0.59% 0.65% -
XYZ 22.95 14.42 27.17 -
YUV 106.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 167 69 142 0 0.59 0.15 0.35 315.31 0.42 0.46
Hex A7 45 8E 0 3B F 23 13B 2A 2E
Octal 247 105 216 0 73 17 43 473 52 56
Binary 10100111 1000101 10001110 0 111011 1111 100011 100111011 101010 101110

Color Harmonies of #A7458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7458E

Black with #A7458E

Text Example


Text Example

White with #A7458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7458E; }

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

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

background-color css

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

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

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

border-color css

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

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

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