Html Css Color HEX #A7297B Medium Red Violet

📋 copy color: '#A7297B'

red 167 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #A7297B

Tints of Medium Red Violet #A7297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 50.45%
G = 12.39%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A7297B (or 0xA7297B) is known color: Medium Red Violet. HEX triplet: A7, 29 and 7B. RGB value is (167,41,123). Sum of RGB (Red+Green+Blue) = 167+41+123=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7297B is #58D684. Grayscale: #575757. Windows color (decimal): -5822085 or 8071591. OLE color: 8071591.

HSL color Cylindrical-coordinate representation of color #A7297B: hue angle of 320.95º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7297B is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 41 123 -
CMYK 0 0.75 0.26 0.35
HSL 320.95º 0.61% 0.41% -
HSV(B) 320.95º 0.75% 0.65% -
XYZ 20.3 11.23 19.84 -
YUV 88.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 167 41 123 0 0.75 0.26 0.35 320.95 0.61 0.41
Hex A7 29 7B 0 4B 1A 23 141 3D 29
Octal 247 51 173 0 113 32 43 501 75 51
Binary 10100111 101001 1111011 0 1001011 11010 100011 101000001 111101 101001

Color Harmonies of #A7297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7297B

Black with #A7297B

Text Example


Text Example

White with #A7297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7297B; }

 p { color: rgb(167,41,123); }

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

background-color css

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

 a { background-color: rgb(167,41,123); }

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

border-color css

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

 span { border-color: rgb(167,41,123); }

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