Html Css Color HEX #A7329B Medium Red Violet

📋 copy color: '#A7329B'

red 167 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #A7329B

Tints of Medium Red Violet #A7329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 44.89%
G = 13.44%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7329B (or 0xA7329B) is known color: Medium Red Violet. HEX triplet: A7, 32 and 9B. RGB value is (167,50,155). Sum of RGB (Red+Green+Blue) = 167+50+155=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7329B is #58CD64. Grayscale: #606060. Windows color (decimal): -5819749 or 10171047. OLE color: 10171047.

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

Color convert

RGB 167 50 155 -
CMYK 0 0.70 0.07 0.35
HSL 306.15º 0.54% 0.43% -
HSV(B) 306.15º 0.7% 0.65% -
XYZ 22.99 12.86 32.28 -
YUV 96.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 167 50 155 0 0.70 0.07 0.35 306.15 0.54 0.43
Hex A7 32 9B 0 46 7 23 132 36 2B
Octal 247 62 233 0 106 7 43 462 66 53
Binary 10100111 110010 10011011 0 1000110 111 100011 100110010 110110 101011

Color Harmonies of #A7329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7329B

Black with #A7329B

Text Example


Text Example

White with #A7329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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