Html Css Color HEX #A7299A Medium Red Violet

📋 copy color: '#A7299A'

red 167 ◦ green 41 ◦ blue 154

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

Shades of Medium Red Violet #A7299A

Tints of Medium Red Violet #A7299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 46.13%
G = 11.33%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7299A (or 0xA7299A) is known color: Medium Red Violet. HEX triplet: A7, 29 and 9A. RGB value is (167,41,154). Sum of RGB (Red+Green+Blue) = 167+41+154=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7299A is #58D665. Grayscale: #5B5B5B. Windows color (decimal): -5822054 or 10103207. OLE color: 10103207.

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

Color convert

RGB 167 41 154 -
CMYK 0 0.75 0.08 0.35
HSL 306.19º 0.61% 0.41% -
HSV(B) 306.19º 0.75% 0.65% -
XYZ 22.56 12.13 31.72 -
YUV 91.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 167 41 154 0 0.75 0.08 0.35 306.19 0.61 0.41
Hex A7 29 9A 0 4B 8 23 132 3D 29
Octal 247 51 232 0 113 10 43 462 75 51
Binary 10100111 101001 10011010 0 1001011 1000 100011 100110010 111101 101001

Color Harmonies of #A7299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7299A

Black with #A7299A

Text Example


Text Example

White with #A7299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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