Html Css Color HEX #A7298A Medium Red Violet

📋 copy color: '#A7298A'

red 167 ◦ green 41 ◦ blue 138

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

Shades of Medium Red Violet #A7298A

Tints of Medium Red Violet #A7298A

RGB

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

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

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

R = 48.27%
G = 11.85%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7298A (or 0xA7298A) is known color: Medium Red Violet. HEX triplet: A7, 29 and 8A. RGB value is (167,41,138). Sum of RGB (Red+Green+Blue) = 167+41+138=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7298A is #58D675. Grayscale: #595959. Windows color (decimal): -5822070 or 9054631. OLE color: 9054631.

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

Color convert

RGB 167 41 138 -
CMYK 0 0.75 0.17 0.35
HSL 313.81º 0.61% 0.41% -
HSV(B) 313.81º 0.75% 0.65% -
XYZ 21.32 11.64 25.17 -
YUV 89.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 167 41 138 0 0.75 0.17 0.35 313.81 0.61 0.41
Hex A7 29 8A 0 4B 11 23 13A 3D 29
Octal 247 51 212 0 113 21 43 472 75 51
Binary 10100111 101001 10001010 0 1001011 10001 100011 100111010 111101 101001

Color Harmonies of #A7298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7298A

Black with #A7298A

Text Example


Text Example

White with #A7298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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