Html Css Color HEX #A7329A Medium Red Violet

📋 copy color: '#A7329A'

red 167 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #A7329A

Tints of Medium Red Violet #A7329A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

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

R = 45.01%
G = 13.48%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7329A (or 0xA7329A) is known color: Medium Red Violet. HEX triplet: A7, 32 and 9A. RGB value is (167,50,154). Sum of RGB (Red+Green+Blue) = 167+50+154=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7329A is #58CD65. Grayscale: #606060. Windows color (decimal): -5819750 or 10105511. OLE color: 10105511.

HSL color Cylindrical-coordinate representation of color #A7329A: hue angle of 306.67º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7329A is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 50 154 -
CMYK 0 0.70 0.08 0.35
HSL 306.67º 0.54% 0.43% -
HSV(B) 306.67º 0.7% 0.65% -
XYZ 22.91 12.83 31.84 -
YUV 96.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 167 50 154 0 0.70 0.08 0.35 306.67 0.54 0.43
Hex A7 32 9A 0 46 8 23 133 36 2B
Octal 247 62 232 0 106 10 43 463 66 53
Binary 10100111 110010 10011010 0 1000110 1000 100011 100110011 110110 101011

Color Harmonies of #A7329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7329A

Black with #A7329A

Text Example


Text Example

White with #A7329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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