Html Css Color HEX #A9329B Medium Red Violet

📋 copy color: '#A9329B'

red 169 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #A9329B

Tints of Medium Red Violet #A9329B

RGB

 RED value IS 169 (66.41% from 255) = 45.19%

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

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

R = 45.19%
G = 13.37%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A9329B (or 0xA9329B) is known color: Medium Red Violet. HEX triplet: A9, 32 and 9B. RGB value is (169,50,155). Sum of RGB (Red+Green+Blue) = 169+50+155=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A9329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9329B is #56CD64. Grayscale: #616161. Windows color (decimal): -5688677 or 10171049. OLE color: 10171049.

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

Color convert

RGB 169 50 155 -
CMYK 0 0.70 0.08 0.34
HSL 307.06º 0.54% 0.43% -
HSV(B) 307.06º 0.7% 0.66% -
XYZ 23.42 13.08 32.3 -
YUV 97.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 169 50 155 0 0.70 0.08 0.34 307.06 0.54 0.43
Hex A9 32 9B 0 46 8 22 133 36 2B
Octal 251 62 233 0 106 10 42 463 66 53
Binary 10101001 110010 10011011 0 1000110 1000 100010 100110011 110110 101011

Color Harmonies of #A9329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9329B

Black with #A9329B

Text Example


Text Example

White with #A9329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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